@azure/storage-blob-changefeed package
Classes
| BlobChangeFeedClient |
BlobChangeFeedClient. |
| BlobChangeFeedEventPage |
Contains paged response data for the <xref:BlobChangeFeedClient.listChanges> operation. |
Interfaces
| BlobChangeFeedEvent |
Change feed event record. Contains response data for the <xref:BlobChangeFeedClient.listChanges> operation. |
| BlobChangeFeedEventData |
Change feed Blob storage event data. |
| BlobChangeFeedListChangesOptions |
Options to configure <xref:BlobChangeFeedClient.listChanges> operation. |
Type Aliases
| BlobChangeFeedEventType |
Change feed event record types. |
| BlobType |
The type of blob. |
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)
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
Returns
Pipeline
A new Pipeline object.