BlobDataSourceProperties Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. BlobDataSourceProperties
- com.
public class BlobDataSourceProperties
The properties that are associated with a blob data source.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
container()
Get the container value. |
String |
dateFormat()
Get the dateFormat value. |
String |
pathPattern()
Get the pathPattern value. |
List<Storage |
storageAccounts()
Get the storageAccounts value. |
String |
timeFormat()
Get the timeFormat value. |
Blob |
withContainer(String container)
Set the container value. |
Blob |
withDateFormat(String dateFormat)
Set the dateFormat value. |
Blob |
withPathPattern(String pathPattern)
Set the pathPattern value. |
Blob |
withStorageAccounts(List<StorageAccount> storageAccounts)
Set the storageAccounts value. |
Blob |
withTimeFormat(String timeFormat)
Set the timeFormat value. |
Method Details
container
public String container()
Get the container value.
Returns:
dateFormat
public String dateFormat()
Get the dateFormat value.
Returns:
pathPattern
public String pathPattern()
Get the pathPattern value.
Returns:
storageAccounts
public List
Get the storageAccounts value.
Returns:
timeFormat
public String timeFormat()
Get the timeFormat value.
Returns:
withContainer
public BlobDataSourceProperties withContainer(String container)
Set the container value.
Parameters:
Returns:
withDateFormat
public BlobDataSourceProperties withDateFormat(String dateFormat)
Set the dateFormat value.
Parameters:
Returns:
withPathPattern
public BlobDataSourceProperties withPathPattern(String pathPattern)
Set the pathPattern value.
Parameters:
Returns:
withStorageAccounts
public BlobDataSourceProperties withStorageAccounts(List
Set the storageAccounts value.
Parameters:
Returns:
withTimeFormat
public BlobDataSourceProperties withTimeFormat(String timeFormat)
Set the timeFormat value.
Parameters:
Returns:
Applies to
Azure SDK for Java