このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Query for a CSV formatted blob.

Inputs

フィールド

種類

説明

query [required]

string

A specific query to run on the given blob.

hasHeaders

boolean

Must be set to true if the specified block has headers and the query uses a column name to filter.

recordSeparator

string

The character used to separate records.

default: ,

leaseId

string

The lease ID currently on the blob. This will only pass if the blob’s lease is active and the lease ID that is specified in the request matches the lease ID of the blob.

storageAccount [required]

string

The name of the storage account.

containerName [required]

string

The name of the container.

blobName [required]

string

The name of the blob to retrieve.

Outputs

フィールド

種類

説明

response

string

The response from the query.