@squidcloud/client
    Preparing search index...

    Interface CollectionReadiness

    Information about a collection's readiness for operations.

    interface CollectionReadiness {
        enableReplicationCommands: string[];
        grantPermissionsCommands: string[];
        hasPermissions: boolean;
        replicationEnabled: boolean;
    }
    Index

    Properties

    enableReplicationCommands: string[]

    Commands needed to enable replication.

    grantPermissionsCommands: string[]

    Commands needed to grant the required permissions.

    hasPermissions: boolean

    Whether the user has permissions to perform CRUD operations on the collection.

    replicationEnabled: boolean

    Whether the collection is ready for external updates/replication.