GradientEdge CDK Utils
    Preparing search index...
    interface StorageTableProps {
        accountName: Input<string>;
        resourceGroupName: Input<string>;
        signedIdentifiers?: Input<Input<TableSignedIdentifierArgs>[]>;
        tableName?: Input<string>;
    }

    Hierarchy

    • TableArgs
      • StorageTableProps
    Index

    Properties

    accountName: Input<string>

    The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

    resourceGroupName: Input<string>

    The name of the resource group within the user's subscription. The name is case insensitive.

    signedIdentifiers?: Input<Input<TableSignedIdentifierArgs>[]>

    List of stored access policies specified on the table.

    tableName?: Input<string>

    A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character.