Share via


BlobChangeFeedClient Class

Definition

BlobChangeFeedClient.

For more information, see Change Feed.

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

Constructors

Name Description
BlobChangeFeedClient()

Constructor.

BlobChangeFeedClient(String, BlobClientOptions, BlobChangeFeedClientOptions)

Initializes a new instance of the BlobChangeFeedClient class.

BlobChangeFeedClient(String)

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

Name Description
GetChanges()

GetChanges.

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

GetChanges.

GetChanges(String)

GetChanges.

GetChangesAsync()

GetChangesAsync.

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

GetChangesAsync.

GetChangesAsync(String)

GetChangesAsync.

GetLastConsumable(CancellationToken)

Returns the LastConsumable DateTimeOffset of the ChangeFeed, or null if the ChangeFeed is empty or has not been initialized.

GetLastConsumableAsync(CancellationToken)

Returns the LastConsumable DateTimeOffset of the ChangeFeed, or null if the ChangeFeed is empty or has not been initialized.

Applies to