แชร์ผ่าน


BlobReferenceInputDataSource Class

public class BlobReferenceInputDataSource extends ReferenceInputDataSource

Describes a blob input data source that contains reference 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.

List<StorageAccount> storageAccounts()

Get the storageAccounts value.

String timeFormat()

Get the timeFormat value.

BlobReferenceInputDataSource withContainer(String container)

Set the container value.

BlobReferenceInputDataSource withDateFormat(String dateFormat)

Set the dateFormat value.

BlobReferenceInputDataSource withPathPattern(String pathPattern)

Set the pathPattern value.

BlobReferenceInputDataSource withStorageAccounts(List<StorageAccount> storageAccounts)

Set the storageAccounts value.

BlobReferenceInputDataSource 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

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 BlobReferenceInputDataSource withContainer(String container)

Set the container value.

Parameters:

container - the container value to set

Returns:

the BlobReferenceInputDataSource object itself.

withDateFormat

public BlobReferenceInputDataSource withDateFormat(String dateFormat)

Set the dateFormat value.

Parameters:

dateFormat - the dateFormat value to set

Returns:

the BlobReferenceInputDataSource object itself.

withPathPattern

public BlobReferenceInputDataSource withPathPattern(String pathPattern)

Set the pathPattern value.

Parameters:

pathPattern - the pathPattern value to set

Returns:

the BlobReferenceInputDataSource object itself.

withStorageAccounts

public BlobReferenceInputDataSource withStorageAccounts(List storageAccounts)

Set the storageAccounts value.

Parameters:

storageAccounts - the storageAccounts value to set

Returns:

the BlobReferenceInputDataSource object itself.

withTimeFormat

public BlobReferenceInputDataSource withTimeFormat(String timeFormat)

Set the timeFormat value.

Parameters:

timeFormat - the timeFormat value to set

Returns:

the BlobReferenceInputDataSource object itself.

Applies to