Get
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
partitionKey *Requiredstring
table *Requiredstring
connectionString string
rowKey string
sasToken string
Outputs
row Entity
Definitions
io.kestra.plugin.azure.storage.table.models.Entity
etag string
partitionKey string
properties object
rowKey string
timestamp string
Format
date-time
type string
Possible Values
CREATE
UPSERT_MERGE
UPSERT_REPLACE
UPDATE_MERGE
UPDATE_REPLACE
DELETE