TableAccountSasResourceTypes Enum

Definition

Specifies the resource types accessible from an account level shared access signature.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum TableAccountSasResourceTypes
[<System.Flags>]
type TableAccountSasResourceTypes = 
Public Enum TableAccountSasResourceTypes
Inheritance
TableAccountSasResourceTypes
Attributes

Fields

All -1

Indicates all service-level APIs are accessible from this shared access signature.

Container 2

Indicates whether table account-level APIs are accessible from this shared access signature (e.g. Create/Delete/Query Table).

Object 4

Indicates whether entity-level APIs are accessible from this shared access signature (e.g. Query/Insert/Update/Delete entity).

Service 1

Indicates whether service-level APIs are accessible from this shared access signature (e.g., Get/Set Service Properties, Get Service Stats, List Tables).

Applies to