BlobChangeFeedModelFactory.ChangeFeedEventPreviousInfo 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 ChangeFeedEventPreviousInfo for mocking.
public static Azure.Storage.Blobs.ChangeFeed.ChangeFeedEventPreviousInfo ChangeFeedEventPreviousInfo (string softDeleteSnapshot, bool wasBlobSoftDeleted, string blobVersion, string lastVersion, Azure.Storage.Blobs.Models.AccessTier? previousTier);
static member ChangeFeedEventPreviousInfo : string * bool * string * string * Nullable<Azure.Storage.Blobs.Models.AccessTier> -> Azure.Storage.Blobs.ChangeFeed.ChangeFeedEventPreviousInfo
Public Shared Function ChangeFeedEventPreviousInfo (softDeleteSnapshot As String, wasBlobSoftDeleted As Boolean, blobVersion As String, lastVersion As String, previousTier As Nullable(Of AccessTier)) As ChangeFeedEventPreviousInfo
Parameters
- softDeleteSnapshot
- String
- wasBlobSoftDeleted
- Boolean
- blobVersion
- String
- lastVersion
- String
- previousTier
- Nullable<AccessTier>