Parameters for the getDocumentShardsInfo operation.

interface GetDocumentShardsInfoParams {
    db: string;
    docId: string;
    headers?: OutgoingHttpHeaders;
    signal?: GenericAbortSignal;
}

Hierarchy

  • DefaultParams
    • GetDocumentShardsInfoParams

Properties

db: string

Path parameter to specify the database name.

docId: string

Path parameter to specify the document ID.

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal