BlobChangeFeedClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Applies to
Azure SDK for .NET