BlobChangeFeedModelFactory.BlobChangeFeedEventData 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 BlobChangeFeedEventData instance for mocking.
public static Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventData BlobChangeFeedEventData (string blobOperationName, string clientRequestId, Guid requestId, Azure.ETag eTag, string contentType, long contentLength, Azure.Storage.Blobs.Models.BlobType blobType, string blobVersion, string containerVersion, Azure.Storage.Blobs.Models.AccessTier? blobAccessTier, long contentOffset, Uri destinationUri, Uri sourceUri, Uri uri, bool recursive, string sequencer, Azure.Storage.Blobs.ChangeFeed.ChangeFeedEventPreviousInfo previousInfo, string snapshot, System.Collections.Generic.Dictionary<string,Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange> updatedBlobProperties, Azure.Storage.Blobs.ChangeFeed.BlobOperationResult asyncOperationInfo, Azure.Storage.Blobs.ChangeFeed.BlobTagsChange updatedBlobTags);
static member BlobChangeFeedEventData : string * string * Guid * Azure.ETag * string * int64 * Azure.Storage.Blobs.Models.BlobType * string * string * Nullable<Azure.Storage.Blobs.Models.AccessTier> * int64 * Uri * Uri * Uri * bool * string * Azure.Storage.Blobs.ChangeFeed.ChangeFeedEventPreviousInfo * string * System.Collections.Generic.Dictionary<string, Azure.Storage.Blobs.ChangeFeed.BlobPropertyChange> * Azure.Storage.Blobs.ChangeFeed.BlobOperationResult * Azure.Storage.Blobs.ChangeFeed.BlobTagsChange -> Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventData
Public Shared Function BlobChangeFeedEventData (blobOperationName As String, clientRequestId As String, requestId As Guid, eTag As ETag, contentType As String, contentLength As Long, blobType As BlobType, blobVersion As String, containerVersion As String, blobAccessTier As Nullable(Of AccessTier), contentOffset As Long, destinationUri As Uri, sourceUri As Uri, uri As Uri, recursive As Boolean, sequencer As String, previousInfo As ChangeFeedEventPreviousInfo, snapshot As String, updatedBlobProperties As Dictionary(Of String, BlobPropertyChange), asyncOperationInfo As BlobOperationResult, updatedBlobTags As BlobTagsChange) As BlobChangeFeedEventData
Parameters
- blobOperationName
- String
- clientRequestId
- String
- requestId
- Guid
- eTag
- ETag
- contentType
- String
- contentLength
- Int64
- blobType
- BlobType
- blobVersion
- String
- containerVersion
- String
- blobAccessTier
- Nullable<AccessTier>
- contentOffset
- Int64
- destinationUri
- Uri
- sourceUri
- Uri
- uri
- Uri
- recursive
- Boolean
- sequencer
- String
- previousInfo
- ChangeFeedEventPreviousInfo
- snapshot
- String
- updatedBlobProperties
- Dictionary<String,BlobPropertyChange>
- asyncOperationInfo
- BlobOperationResult
- updatedBlobTags
- BlobTagsChange
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