SharedAccessBlobPolicies Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property Count Gets the number of key/ SharedAccessBlobPolicy value pairs contained in the shared access policies collection.
public property IsReadOnly Gets a value indicating whether the collection of shared access policies is read-only.
public property Item Gets or sets the SharedAccessBlobPolicy item associated with the specified key.
public property Keys Gets a collection containing the keys in the shared access policies collection.
public property Values Gets a collection containing the values in the shared access policies collection.

See Also