SharedAccessTablePolicy Members

Windows Runtime Azure Storage Client Library

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

The following tables list the members exposed by the SharedAccessTablePolicy type.

Public Constructors

  Name Description
SharedAccessTablePolicy Initializes a new instance of the SharedAccessTablePolicy class.
Top

Public Properties

  Name Description
public property Permissions Gets or sets the permissions for a shared access signature associated with this shared access policy.
public property SharedAccessExpiryTime Gets or sets the expiry time for a shared access signature associated with this shared access policy.
public property SharedAccessStartTime Gets or sets the start time for a shared access signature associated with this shared access policy.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method static PermissionsFromString Constructs a SharedAccessTablePermissions object from a permissions string.
public method static PermissionsToString Converts the permissions specified for the shared access policy to a string.
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also