Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobChangeFeedEventData

Package version

Change feed Blob storage event data.

export
interface

BlobChangeFeedEventData

Hierarchy

  • BlobChangeFeedEventData

Index

Properties

api

api: string

The operation that triggered the event.

memberof

BlobChangeFeedEventData

blobType

blobType: BlobType

The type of blob.

memberof

BlobChangeFeedEventData

clientRequestId

clientRequestId: string

A client-provided request id for the storage API operation. This id can be used to correlate to Azure Storage diagnostic logs using the "client-request-id" field in the logs, and can be provided in client requests using the "x-ms-client-request-id" header.

memberof

BlobChangeFeedEventData

contentLength

contentLength: number

The size of the blob in bytes.

memberof

BlobChangeFeedEventData

contentType

contentType: string

The content type specified for the blob.

memberof

BlobChangeFeedEventData

etag

etag: string

The value that you can use to perform operations conditionally.

memberof

BlobChangeFeedEventData

requestId

requestId: string

Service-generated request id for the storage API operation. Can be used to correlate to Azure Storage diagnostic logs using the "request-id-header" field in the logs and is returned from initiating API call in the 'x-ms-request-id' header.

memberof

BlobChangeFeedEventData

sequencer

sequencer: string

An opaque string value representing the logical sequence of events for any particular blob name. Users can use standard string comparison to understand the relative sequence of two events on the same blob name.

memberof

BlobChangeFeedEventData

url

url: string

The path to the blob. If the client uses a Blob REST API, then the url has this structure: .blob.core.windows.net//.

memberof

BlobChangeFeedEventData

Generated using TypeDoc