Enum BlobStates
Specifies states to be used to determine the blobs that will be included when using the GetBlobsAsync(BlobTraits, BlobStates, String, CancellationToken) and GetBlobsByHierarchyAsync(BlobTraits, BlobStates, String, String, CancellationToken) operations.
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
[System.Flags]
public enum BlobStates
All
Flag specifying that blobs of all states should be included.
Deleted
Flag specifying that soft deleted blobs should be included in the response.
None
Default flag specifying that no flags are set in BlobStates.
Snapshots
Flag specifying that the blob's snapshots should be included. Snapshots are listed from oldest to newest.
Uncommitted
Flag specifying that blobs for which blocks have been uploaded, but which have not been committed using CommitBlockListAsync(IEnumerable<String>, BlobHttpHeaders, IDictionary<String,String>, BlobRequestConditions, Nullable<AccessTier>, CancellationToken) should be included.