Package com.azure.storage.blob.models
Interface BlobLegalHoldResult
public interface BlobLegalHoldResult
The blob legal hold result.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets whether a legal hold is enabled on the blob.
-
Method Details
-
hasLegalHold
boolean hasLegalHold()Gets whether a legal hold is enabled on the blob.- Returns:
- whether a legal hold is enabled on the blob.
-