BlobOutputDataSource Class
- java.
lang. Object - OutputDataSource
- com.
microsoft. azure. management. streamanalytics. BlobOutputDataSource
- com.
public class BlobOutputDataSource extends OutputDataSource
Describes a blob output 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 BlobOutputDataSource withContainer(String container)
Set the container value.
Parameters:
Returns:
withDateFormat
public BlobOutputDataSource withDateFormat(String dateFormat)
Set the dateFormat value.
Parameters:
Returns:
withPathPattern
public BlobOutputDataSource withPathPattern(String pathPattern)
Set the pathPattern value.
Parameters:
Returns:
withStorageAccounts
public BlobOutputDataSource withStorageAccounts(List
Set the storageAccounts value.
Parameters:
Returns:
withTimeFormat
public BlobOutputDataSource withTimeFormat(String timeFormat)
Set the timeFormat value.
Parameters:
Returns:
Applies to
Azure SDK for Java