BlobStreamInputDataSource Class
- java.
lang. Object - StreamInputDataSource
- com.
microsoft. azure. management. streamanalytics. BlobStreamInputDataSource
- com.
public class BlobStreamInputDataSource extends StreamInputDataSource
Describes a blob input data source that contains stream data.
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. |
Integer |
sourcePartitionCount()
Get the sourcePartitionCount 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 |
withSourcePartitionCount(Integer sourcePartitionCount)
Set the sourcePartitionCount 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:
sourcePartitionCount
public Integer sourcePartitionCount()
Get the sourcePartitionCount value.
Returns:
storageAccounts
public List
Get the storageAccounts value.
Returns:
timeFormat
public String timeFormat()
Get the timeFormat value.
Returns:
withContainer
public BlobStreamInputDataSource withContainer(String container)
Set the container value.
Parameters:
Returns:
withDateFormat
public BlobStreamInputDataSource withDateFormat(String dateFormat)
Set the dateFormat value.
Parameters:
Returns:
withPathPattern
public BlobStreamInputDataSource withPathPattern(String pathPattern)
Set the pathPattern value.
Parameters:
Returns:
withSourcePartitionCount
public BlobStreamInputDataSource withSourcePartitionCount(Integer sourcePartitionCount)
Set the sourcePartitionCount value.
Parameters:
Returns:
withStorageAccounts
public BlobStreamInputDataSource withStorageAccounts(List
Set the storageAccounts value.
Parameters:
Returns:
withTimeFormat
public BlobStreamInputDataSource withTimeFormat(String timeFormat)
Set the timeFormat value.
Parameters:
Returns:
Applies to
Azure SDK for Java