BlobReferenceInputDataSource 类
定义
Describes a blob input data source that contains reference data.
public class BlobReferenceInputDataSource extends ReferenceInputDataSource
- 继承
方法
container() |
Get the container value.
|
dateFormat() |
Get the dateFormat value.
|
pathPattern() |
Get the pathPattern value.
|
storageAccounts() |
Get the storageAccounts value.
|
timeFormat() |
Get the timeFormat value.
|
withContainer(String container) |
Set the container value.
|
withDateFormat(String dateFormat) |
Set the dateFormat value.
|
withPathPattern(String pathPattern) |
Set the pathPattern value.
|
withStorageAccounts(List<StorageAccount> storageAccounts) |
Set the storageAccounts value.
|
withTimeFormat(String timeFormat) |
Set the timeFormat value.
|