Interface HeadReplicationDocumentParams

Parameters for the headReplicationDocument operation.

interface HeadReplicationDocumentParams {
    docId: string;
    headers?: OutgoingHttpHeaders;
    ifNoneMatch?: string;
}

Properties

docId: string

Path parameter to specify the document ID.

headers?: OutgoingHttpHeaders
ifNoneMatch?: string

Header parameter for a conditional HTTP request not matching an ETag.