ISharedAccessPolicy

Namespace: Proffer.Storage

Represents a shared access policy, which specifies the start time, expiry time, and permissions for a shared access signature.

public interface ISharedAccessPolicy

Properties

StartTime

Gets the start time.

public abstract Nullable<DateTimeOffset> StartTime { get; }

Property Value

Nullable<DateTimeOffset>

ExpiryTime

Gets the expiry time.

public abstract Nullable<DateTimeOffset> ExpiryTime { get; }

Property Value

Nullable<DateTimeOffset>

Permissions

Gets the permissions.

public abstract SharedAccessPermissions Permissions { get; }

Property Value

SharedAccessPermissions