Show / Hide Table of Contents

Class BlobLegalHoldResult

Infomation about a blob's legal hold.

Inheritance
System.Object
BlobLegalHoldResult
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobLegalHoldResult

Constructors

BlobLegalHoldResult()

Declaration
public BlobLegalHoldResult ();

Properties

HasLegalHold

If a legal hold is enabled on the blob.

Declaration
public bool HasLegalHold { get; }
Property Value
System.Boolean

Back to top Azure SDK for .NET