BlobListingDetails Enum

  • java.lang.Object
    • java.lang.Enum<BlobListingDetails>
      • com.microsoft.azure.storage.blob.BlobListingDetails

public enum BlobListingDetails

Specifies which items to include when listing a set of blobs.

By default, committed blocks are always returned. Use the values in this enum to include snapshots, metadata, and/or uncommitted blocks.

Fields

COPY

Include copy properties in the listing.

DELETED

Specifies that soft deleted blobs which are retained by the service should be included in the response.

METADATA

Specifies listing blob metadata for each blob returned in the listing.

SNAPSHOTS

Specifies listing committed blobs and blob snapshots.

UNCOMMITTED_BLOBS

Specifies listing uncommitted blobs.

value

Returns the value of this enum.

Applies to