Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Table

Package version

Class representing a Table.

Hierarchy

  • Table

Index

Constructors

constructor

Methods

create

delete

deleteEntity

  • Deletes the specified entity in a table.

    Parameters

    • table: string

      The name of the table.

    • partitionKey: string

      The partition key of the entity.

    • rowKey: string

      The row key of the entity.

    • ifMatch: string

      Match condition for an entity to be deleted. If specified and a matching entity is not found, an error will be raised. To force an unconditional delete, set to the wildcard character (*).

    • Optional options: TableDeleteEntityOptionalParams

      The options parameters.

    Returns Promise<TableDeleteEntityResponse>

getAccessPolicy

insertEntity

mergeEntity

query

queryEntities

queryEntitiesWithPartitionAndRowKey

setAccessPolicy

updateEntity

Generated using TypeDoc