Parameters for the getDocumentShardsInfo operation.

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

Properties

Properties

db: string

Path parameter to specify the database name.

docId: string

Path parameter to specify the document ID.

headers?: OutgoingHttpHeaders

Generated using TypeDoc