BlobFilterDetails interface
詳細をフィルター処理して Azure BLOB を転送する
プロパティ
blob |
転送する BLOB の完全なパスの一覧。 |
blob |
転送する Azure BLOB のプレフィックスリスト。 |
container |
転送する BLOB コンテナーの一覧。 |
プロパティの詳細
blobPathList
転送する BLOB の完全なパスの一覧。
blobPathList?: string[]
プロパティ値
string[]
blobPrefixList
転送する Azure BLOB のプレフィックスリスト。
blobPrefixList?: string[]
プロパティ値
string[]
containerList
転送する BLOB コンテナーの一覧。
containerList?: string[]
プロパティ値
string[]