Class BlobSignedIdentifier
signed identifier
Inheritance
System.Object
BlobSignedIdentifier
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobSignedIdentifier
Constructors
BlobSignedIdentifier()
Creates a new BlobSignedIdentifier instance
Declaration
public BlobSignedIdentifier ();
Properties
AccessPolicy
An Access policy
Declaration
public Azure.Storage.Blobs.Models.BlobAccessPolicy AccessPolicy { get; set; }
Property Value
BlobAccessPolicy
|
Id
a unique id
Declaration
public string Id { get; set; }
Property Value
System.String
|