BlobStreamInputDataSource Class

  • java.lang.Object

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<StorageAccount> storageAccounts()

Get the storageAccounts value.

String timeFormat()

Get the timeFormat value.

BlobStreamInputDataSource withContainer(String container)

Set the container value.

BlobStreamInputDataSource withDateFormat(String dateFormat)

Set the dateFormat value.

BlobStreamInputDataSource withPathPattern(String pathPattern)

Set the pathPattern value.

BlobStreamInputDataSource withSourcePartitionCount(Integer sourcePartitionCount)

Set the sourcePartitionCount value.

BlobStreamInputDataSource withStorageAccounts(List<StorageAccount> storageAccounts)

Set the storageAccounts value.

BlobStreamInputDataSource withTimeFormat(String timeFormat)

Set the timeFormat value.

Method Details

container

public String container()

Get the container value.

Returns:

the container value

dateFormat

public String dateFormat()

Get the dateFormat value.

Returns:

the dateFormat value

pathPattern

public String pathPattern()

Get the pathPattern value.

Returns:

the pathPattern value

sourcePartitionCount

public Integer sourcePartitionCount()

Get the sourcePartitionCount value.

Returns:

the sourcePartitionCount value

storageAccounts

public List storageAccounts()

Get the storageAccounts value.

Returns:

the storageAccounts value

timeFormat

public String timeFormat()

Get the timeFormat value.

Returns:

the timeFormat value

withContainer

public BlobStreamInputDataSource withContainer(String container)

Set the container value.

Parameters:

container - the container value to set

Returns:

the BlobStreamInputDataSource object itself.

withDateFormat

public BlobStreamInputDataSource withDateFormat(String dateFormat)

Set the dateFormat value.

Parameters:

dateFormat - the dateFormat value to set

Returns:

the BlobStreamInputDataSource object itself.

withPathPattern

public BlobStreamInputDataSource withPathPattern(String pathPattern)

Set the pathPattern value.

Parameters:

pathPattern - the pathPattern value to set

Returns:

the BlobStreamInputDataSource object itself.

withSourcePartitionCount

public BlobStreamInputDataSource withSourcePartitionCount(Integer sourcePartitionCount)

Set the sourcePartitionCount value.

Parameters:

sourcePartitionCount - the sourcePartitionCount value to set

Returns:

the BlobStreamInputDataSource object itself.

withStorageAccounts

public BlobStreamInputDataSource withStorageAccounts(List storageAccounts)

Set the storageAccounts value.

Parameters:

storageAccounts - the storageAccounts value to set

Returns:

the BlobStreamInputDataSource object itself.

withTimeFormat

public BlobStreamInputDataSource withTimeFormat(String timeFormat)

Set the timeFormat value.

Parameters:

timeFormat - the timeFormat value to set

Returns:

the BlobStreamInputDataSource object itself.

Applies to