get
Get an entity from an Azure Storage Table.
get
Get an entity from an Azure Storage Table.
Get an entity from an Azure Storage Table.
yaml
type: "io.kestra.plugin.azure.storage.table.get"Examples
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
The blob service endpoint.
partitionKey*Requiredstring
The partition key of the entity.
table*Requiredstring
The Azure Storage Table name.
connectionStringstring
Connection string of the Storage Account.
rowKeystring
The row key of the entity.
sasTokenstring
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
The entity retrieved from the table.
Definitions
io.kestra.plugin.azure.storage.table.models.Entity
etagstring
partitionKeystring
propertiesobject
rowKeystring
timestampstring
Format
date-timetypestring
Possible Values
CREATEUPSERT_MERGEUPSERT_REPLACEUPDATE_MERGEUPDATE_REPLACEDELETE