MCPcopy Create free account
hub / github.com/Azure/Azurite / deleteTable

Method deleteTable

src/table/persistence/ITableMetadataStore.ts:57–57  ·  view source on GitHub ↗
(context: Context, table: string, account: string)

Source from the content-addressed store, hash-verified

55 nextTable?: string
56 ): Promise<[Table[], string | undefined]>;
57 deleteTable(context: Context, table: string, account: string): Promise<void>;
58 setTableACL(
59 account: string,
60 table: string,

Implementers 1

LokiTableMetadataStoresrc/table/persistence/LokiTableMetadat

Calls

no outgoing calls

Tested by

no test coverage detected