แชร์ผ่าน


BlobDataSourceProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.streamanalytics.BlobDataSourceProperties

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

Get the storageAccounts value.

String timeFormat()

Get the timeFormat value.

BlobDataSourceProperties withContainer(String container)

Set the container value.

BlobDataSourceProperties withDateFormat(String dateFormat)

Set the dateFormat value.

BlobDataSourceProperties withPathPattern(String pathPattern)

Set the pathPattern value.

BlobDataSourceProperties withStorageAccounts(List<StorageAccount> storageAccounts)

Set the storageAccounts value.

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

Set the container value.

Parameters:

container - the container value to set

Returns:

the BlobDataSourceProperties object itself.

withDateFormat

public BlobDataSourceProperties withDateFormat(String dateFormat)

Set the dateFormat value.

Parameters:

dateFormat - the dateFormat value to set

Returns:

the BlobDataSourceProperties object itself.

withPathPattern

public BlobDataSourceProperties withPathPattern(String pathPattern)

Set the pathPattern value.

Parameters:

pathPattern - the pathPattern value to set

Returns:

the BlobDataSourceProperties object itself.

withStorageAccounts

public BlobDataSourceProperties withStorageAccounts(List storageAccounts)

Set the storageAccounts value.

Parameters:

storageAccounts - the storageAccounts value to set

Returns:

the BlobDataSourceProperties object itself.

withTimeFormat

public BlobDataSourceProperties withTimeFormat(String timeFormat)

Set the timeFormat value.

Parameters:

timeFormat - the timeFormat value to set

Returns:

the BlobDataSourceProperties object itself.

Applies to