@azure/storage-blob-changefeed package
Classes
BlobChangeFeedClient |
BlobChangeFeedClient. See https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed?tabs=azure-portal |
BlobChangeFeedEventPage |
Contains paged response data for the listChanges operation. |
Interfaces
BlobChangeFeedClientOptions |
Blob Change Feed client options. |
BlobChangeFeedEvent |
Change feed event record. Contains response data for the listChanges operation. |
BlobChangeFeedEventData |
Change feed Blob storage event data. |
BlobChangeFeedListChangesOptions |
Options to configure listChanges operation. |
BlobOperationResult |
ChangeFeedEvent AsyncOperationInfo |
BlobPropertyChange |
A blob property that was updated. |
BlobTagsChange |
Blob tags that were updated as part of the change feed event. |
ChangeFeedEventPreviousInfo |
Previous info for Change Feed Event. |
Type Aliases
AccessTier |
The AccessTier. |
BlobChangeFeedEventType |
Change feed event record types. |
BlobType |
The type of blob. |
UpdatedBlobProperties |
Blob properties that were updated during an event. |
Functions
new |
Creates a new Pipeline object with Credential provided. |
Function Details
newPipeline(StorageSharedKeyCredential | AnonymousCredential | TokenCredential, StoragePipelineOptions)
Creates a new Pipeline object with Credential provided.
function newPipeline(credential?: StorageSharedKeyCredential | AnonymousCredential | TokenCredential, pipelineOptions?: StoragePipelineOptions): Pipeline
Parameters
- credential
-
StorageSharedKeyCredential | AnonymousCredential | TokenCredential
Such as AnonymousCredential, StorageSharedKeyCredential or any credential from the @azure/identity
package to authenticate requests to the service. You can also provide an object that implements the TokenCredential interface. If not specified, AnonymousCredential is used.
- pipelineOptions
- StoragePipelineOptions
Optional. Options.
Returns
A new Pipeline object.
Azure SDK for JavaScript