BlobChangeFeedModelFactory.BlobChangeFeedEvent Method
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.
Creates a new BlobChangeFeedEvent instance for mocking.
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEvent BlobChangeFeedEvent (string topic, string subject, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType eventType, DateTimeOffset eventTime, Guid id, Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventData eventData, long dataVersion, string metadataVersion);
static member BlobChangeFeedEvent : string * string * Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType * DateTimeOffset * Guid * Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventData * int64 * string -> Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEvent
Public Shared Function BlobChangeFeedEvent (topic As String, subject As String, eventType As BlobChangeFeedEventType, eventTime As DateTimeOffset, id As Guid, eventData As BlobChangeFeedEventData, dataVersion As Long, metadataVersion As String) As BlobChangeFeedEvent
Parameters
- topic
- String
- subject
- String
- eventType
- BlobChangeFeedEventType
- eventTime
- DateTimeOffset
- id
- Guid
- eventData
- BlobChangeFeedEventData
- dataVersion
- Int64
- metadataVersion
- String
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET