Type alias QueryReplicationOpsOptions

QueryReplicationOpsOptions: {
    collection?: string;
    includeHistory?: boolean;
    shard?: string;
    targetNode?: string;
}

Type declaration

  • Optional collection?: string

    The name of the collection to query.

  • Optional includeHistory?: boolean

    Whether to include the status history in the response.

  • Optional shard?: string

    The name of the shard to query.

  • Optional targetNode?: string

    The target node of the op to query.