Type alias CollectionChecksumOptions

CollectionChecksumOptions: { withData?: boolean; withRevisions?: boolean }

Options for retrieving a collection checksum.

Type declaration

  • Optional withData?: boolean

    If set to true, document data will be included in the calculation of the checksum.

    Default: false

  • Optional withRevisions?: boolean

    If set to true, revision IDs will be included in the calculation of the checksum.

    Default: false

Generated using TypeDoc