
Azure Get
CertifiedFetch one Table entity
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.GetExamples
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
endpoint *Requiredstring
Service endpoint URL
Base HTTPS endpoint of the target service.
partitionKey *Requiredstring
Partition key to fetch
table *Requiredstring
Target Azure table name
Existing Azure Table Storage table to operate on; case-insensitive.
connectionString string
Connection string of the Storage Account.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
rowKey string
Row key to fetch
sasToken string
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.
Outputs
row
Retrieved Azure table entity
Definitions
io.kestra.plugin.azure.storage.table.models.Entity
etagstring
partitionKeystring
propertiesobject
rowKeystring
timestampstring
Format
date-timetypestring
Possible Values
CREATEUPSERT_MERGEUPSERT_REPLACEUPDATE_MERGEUPDATE_REPLACEDELETE