Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobChangeFeedListChangesOptions

Package version

Options to configure BlobChangeFeedClient.listChanges operation.

Hierarchy

  • any
    • BlobChangeFeedListChangesOptions

Index

Properties

Properties

Optional abortSignal

abortSignal: AbortSignalLike

An implementation of the AbortSignalLike interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.

Optional end

end: Date

Specify the end of the time range during which the change feed records will be fetched. Note that for now the change feed client will round end time up to the nearest hour.

Optional start

start: Date

Specify the start of the time range during which the change feed records will be fetched. Note that for now the change feed client will round start time down to the nearest hour.

Generated using TypeDoc