你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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, 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

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