Get
type: "io.kestra.plugin.azure.storage.table.Get"
Gets an entity on the table.
# Examples
id: "get"
type: "io.kestra.plugin.azure.storage.table.Get"
endpoint: "https://yourblob.blob.core.windows.net"
connectionString: "DefaultEndpointsProtocol=...=="
table: "mydata"
partitionKey: "color"
rowKey: "green"
# Properties
# connectionString
- Type: string
- Dynamic: ✔️
- Required: ❌
Connection string of the storage account.
# endpoint
- Type: string
- Dynamic: ✔️
- Required: ❌
The blob service endpoint.
additionally parses it for information (SAS token)
# partitionKey
- Type: string
- Dynamic: ✔️
- Required: ✔️
The partition key of the entity.
# rowKey
- Type: string
- Dynamic: ✔️
- Required: ❌
The partition key of the entity.
# sasToken
- Type: string
- Dynamic: ✔️
- Required: ❌
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.
# sharedKeyAccountAccessKey
- Type: string
- Dynamic: ✔️
- Required: ❌
Shared Key access key for authenticating requests
# sharedKeyAccountName
- Type: string
- Dynamic: ✔️
- Required: ❌
Shared Key account name for authenticating requests
# table
- Type: string
- Dynamic: ✔️
- Required: ❌
The table name
# Outputs
# row
- Type: Entity
the entity
# Definitions
# Entity
# etag
- Type: string
- Dynamic: ❓
- Required: ❌
# partitionKey
- Type: string
- Dynamic: ❓
- Required: ❌
# properties
- Type: object
- Dynamic: ❓
- Required: ❌
# rowKey
- Type: string
- Dynamic: ❓
- Required: ❌
# timestamp
- Type: string
- Dynamic: ❓
- Required: ❌