BlobListingDetails Enum
- java.
lang. Object - java.
lang. Enum<BlobListingDetails> - com.
microsoft. azure. storage. blob. BlobListingDetails
- com.
- java.
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java