Get an entity from an Azure Storage Table.

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

The blob service endpoint.

The partition key of the entity.

The Azure Storage Table name.

Connection string of the Storage Account.

The row key of the entity.

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.

The entity retrieved from the table.

Format date-time
Possible Values
CREATEUPSERT_MERGEUPSERT_REPLACEUPDATE_MERGEUPDATE_REPLACEDELETE