BlobOutputDataSource interface
BLOB 出力データ ソースについて説明します。
- Extends
プロパティ
authentication |
認証モード。 |
container | 関連付けられているストレージ アカウント内のコンテナーの名前。 このコンテナーには、読み取りまたは書き込み対象の BLOB が含まれています。 PUT (CreateOrReplace) 要求で必要です。 |
date |
日付形式。 {date} が pathPattern に表示される場合は、このプロパティの値が日付形式として代わりに使用されます。 |
path |
BLOB パス パターン。 正規表現ではありません。 これは、BLOB 名を照合して、ジョブへの入力または出力として含めるかどうかを判断するパターンを表します。 詳細な説明と例については、https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input または https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output を参照してください。 |
storage |
1 つ以上の Azure Storage アカウントの一覧。 PUT (CreateOrReplace) 要求で必要です。 |
time |
時刻の形式。 {time} が pathPattern に表示される場合は、このプロパティの値が代わりに時刻形式として使用されます。 |
type | ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
プロパティの詳細
authenticationMode
認証モード。
authenticationMode?: string
プロパティ値
string
container
関連付けられているストレージ アカウント内のコンテナーの名前。 このコンテナーには、読み取りまたは書き込み対象の BLOB が含まれています。 PUT (CreateOrReplace) 要求で必要です。
container?: string
プロパティ値
string
dateFormat
日付形式。 {date} が pathPattern に表示される場合は、このプロパティの値が日付形式として代わりに使用されます。
dateFormat?: string
プロパティ値
string
pathPattern
BLOB パス パターン。 正規表現ではありません。 これは、BLOB 名を照合して、ジョブへの入力または出力として含めるかどうかを判断するパターンを表します。 詳細な説明と例については、https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input または https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output を参照してください。
pathPattern?: string
プロパティ値
string
storageAccounts
1 つ以上の Azure Storage アカウントの一覧。 PUT (CreateOrReplace) 要求で必要です。
storageAccounts?: StorageAccount[]
プロパティ値
timeFormat
時刻の形式。 {time} が pathPattern に表示される場合は、このプロパティの値が代わりに時刻形式として使用されます。
timeFormat?: string
プロパティ値
string
type
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
type: "Microsoft.Storage/Blob"
プロパティ値
"Microsoft.Storage/Blob"