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

Method insertEntity

src/table/generated/handlers/ITableHandler.ts:26–26  ·  view source on GitHub ↗
(table: string, options: Models.TableInsertEntityOptionalParams, context: Context)

Source from the content-addressed store, hash-verified

24 deleteEntity(table: string, partitionKey: string, rowKey: string, ifMatch: string, options: Models.TableDeleteEntityOptionalParams, context: Context): Promise<Models.TableDeleteEntityResponse>;
25 mergeEntityWithMerge(table: string, partitionKey: string, rowKey: string, options: Models.TableMergeEntityWithMergeOptionalParams, context: Context): Promise<Models.TableMergeEntityWithMergeResponse>;
26 insertEntity(table: string, options: Models.TableInsertEntityOptionalParams, context: Context): Promise<Models.TableInsertEntityResponse>;
27 getAccessPolicy(table: string, options: Models.TableGetAccessPolicyOptionalParams, context: Context): Promise<Models.TableGetAccessPolicyResponse>;
28 setAccessPolicy(table: string, options: Models.TableSetAccessPolicyOptionalParams, context: Context): Promise<Models.TableSetAccessPolicyResponse>;
29}

Callers 5

handleBatchInsertMethod · 0.65
sas.test.tsFile · 0.65
testInsertBatchFunction · 0.65

Implementers 1

TableHandlersrc/table/handlers/TableHandler.ts

Calls

no outgoing calls

Tested by 1

testInsertBatchFunction · 0.52