@ibm-cloud/cloudant - v0.12.3
    Preparing search index...

    Interface HeadReplicationDocumentParams

    Parameters for the headReplicationDocument operation.

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

    Hierarchy

    • DefaultParams
      • HeadReplicationDocumentParams
    Index

    Properties

    docId: string

    Path parameter to specify the ID of the stored replication configuration in the _replicator database.

    headers?: OutgoingHttpHeaders
    ifNoneMatch?: string

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

    signal?: GenericAbortSignal