Sdílet prostřednictvím


BlobChangeFeedListChangesOptions interface

Options to configure listChanges operation.

Extends

Properties

abortSignal

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.

end

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.

start

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.

Inherited Properties

tracingOptions

Options to configure spans created when tracing is enabled.

Property Details

abortSignal

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.

abortSignal?: AbortSignalLike

Property Value

end

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.

end?: Date

Property Value

Date

start

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.

start?: Date

Property Value

Date

Inherited Property Details

tracingOptions

Options to configure spans created when tracing is enabled.

tracingOptions?: OperationTracingOptions

Property Value

Inherited From CommonOptions.tracingOptions