BlobChangeFeedClient Class

Definition

BlobChangeFeedClient.

For more information, see Change Feed.

public class BlobChangeFeedClient
type BlobChangeFeedClient = class
Public Class BlobChangeFeedClient
Inheritance
BlobChangeFeedClient

Constructors

BlobChangeFeedClient()

Constructor.

BlobChangeFeedClient(String)

Initializes a new instance of the BlobChangeFeedClient class.

BlobChangeFeedClient(String, BlobClientOptions, BlobChangeFeedClientOptions)

Initializes a new instance of the BlobChangeFeedClient class.

BlobChangeFeedClient(Uri, AzureSasCredential, BlobClientOptions, BlobChangeFeedClientOptions)

Initializes a new instance of the BlobChangeFeedClient class.

BlobChangeFeedClient(Uri, BlobClientOptions, BlobChangeFeedClientOptions)

Initializes a new instance of the BlobChangeFeedClient class.

BlobChangeFeedClient(Uri, StorageSharedKeyCredential, BlobClientOptions, BlobChangeFeedClientOptions)

Initializes a new instance of the BlobChangeFeedClient class.

BlobChangeFeedClient(Uri, TokenCredential, BlobClientOptions, BlobChangeFeedClientOptions)

Initializes a new instance of the BlobChangeFeedClient class.

Methods

GetChanges()

GetChanges.

GetChanges(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

GetChanges.

GetChanges(String)

GetChanges.

GetChangesAsync()

GetChangesAsync.

GetChangesAsync(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

GetChangesAsync.

GetChangesAsync(String)

GetChangesAsync.

Applies to