แชร์ผ่าน


BlobOutputDataSource Class

  • java.lang.Object
    • OutputDataSource
      • com.microsoft.azure.management.streamanalytics.BlobOutputDataSource

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

Get the storageAccounts value.

String timeFormat()

Get the timeFormat value.

BlobOutputDataSource withContainer(String container)

Set the container value.

BlobOutputDataSource withDateFormat(String dateFormat)

Set the dateFormat value.

BlobOutputDataSource withPathPattern(String pathPattern)

Set the pathPattern value.

BlobOutputDataSource withStorageAccounts(List<StorageAccount> storageAccounts)

Set the storageAccounts value.

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

Set the container value.

Parameters:

container - the container value to set

Returns:

the BlobOutputDataSource object itself.

withDateFormat

public BlobOutputDataSource withDateFormat(String dateFormat)

Set the dateFormat value.

Parameters:

dateFormat - the dateFormat value to set

Returns:

the BlobOutputDataSource object itself.

withPathPattern

public BlobOutputDataSource withPathPattern(String pathPattern)

Set the pathPattern value.

Parameters:

pathPattern - the pathPattern value to set

Returns:

the BlobOutputDataSource object itself.

withStorageAccounts

public BlobOutputDataSource withStorageAccounts(List storageAccounts)

Set the storageAccounts value.

Parameters:

storageAccounts - the storageAccounts value to set

Returns:

the BlobOutputDataSource object itself.

withTimeFormat

public BlobOutputDataSource withTimeFormat(String timeFormat)

Set the timeFormat value.

Parameters:

timeFormat - the timeFormat value to set

Returns:

the BlobOutputDataSource object itself.

Applies to