Azure Get

Azure Get

Certified

Fetch one Table entity

Retrieves an entity by partitionKey and rowKey and returns its properties, keys, and ETag.

yaml
type: io.kestra.plugin.azure.storage.table.Get
yaml
id: azure_storage_table_get
namespace: company.team

tasks:
  - id: get
    type: io.kestra.plugin.azure.storage.table.Get
    endpoint: "https://yourstorageaccount.table.core.windows.net"
    connectionString: "DefaultEndpointsProtocol=...=="
    table: "table_name"
    partitionKey: "color"
    rowKey: "green"
Properties

Service endpoint URL

Base HTTPS endpoint of the target service.

Partition key to fetch

Target Azure table name

Existing Azure Table Storage table to operate on; case-insensitive.

Connection string of the Storage Account.

Row key to fetch

The SAS token to use for authenticating requests.

This string should only be the query parameters (with or without a leading '?') and not a full URL.

Shared Key access key for authenticating requests.

Shared Key account name for authenticating requests.

Retrieved Azure table entity

Definitions
etagstring
partitionKeystring
propertiesobject
rowKeystring
timestampstring
Formatdate-time
typestring
Possible Values
CREATEUPSERT_MERGEUPSERT_REPLACEUPDATE_MERGEUPDATE_REPLACEDELETE