Class BlobAccessPolicy
An Access policy
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobAccessPolicy
Properties
ExpiresOn
the date-time the policy expires
Declaration
public DateTimeOffset ExpiresOn { get; set; }
Property Value
DateTimeOffset
|
Permissions
the permissions for the acl policy
Declaration
public string Permissions { get; set; }
Property Value
String
|
StartsOn
the date-time the policy is active
Declaration
public DateTimeOffset StartsOn { get; set; }
Property Value
DateTimeOffset
|