แชร์ผ่าน


DocumentDbOutputDataSource Class

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

public class DocumentDbOutputDataSource extends OutputDataSource

Describes a DocumentDB data source.

Method Summary

Modifier and Type Method and Description
String accountId()

Get the accountId value.

String accountKey()

Get the accountKey value.

String collectionNamePattern()

Get the collectionNamePattern value.

String database()

Get the database value.

String documentId()

Get the documentId value.

String partitionKey()

Get the partitionKey value.

DocumentDbOutputDataSource withAccountId(String accountId)

Set the accountId value.

DocumentDbOutputDataSource withAccountKey(String accountKey)

Set the accountKey value.

DocumentDbOutputDataSource withCollectionNamePattern(String collectionNamePattern)

Set the collectionNamePattern value.

DocumentDbOutputDataSource withDatabase(String database)

Set the database value.

DocumentDbOutputDataSource withDocumentId(String documentId)

Set the documentId value.

DocumentDbOutputDataSource withPartitionKey(String partitionKey)

Set the partitionKey value.

Method Details

accountId

public String accountId()

Get the accountId value.

Returns:

the accountId value

accountKey

public String accountKey()

Get the accountKey value.

Returns:

the accountKey value

collectionNamePattern

public String collectionNamePattern()

Get the collectionNamePattern value.

Returns:

the collectionNamePattern value

database

public String database()

Get the database value.

Returns:

the database value

documentId

public String documentId()

Get the documentId value.

Returns:

the documentId value

partitionKey

public String partitionKey()

Get the partitionKey value.

Returns:

the partitionKey value

withAccountId

public DocumentDbOutputDataSource withAccountId(String accountId)

Set the accountId value.

Parameters:

accountId - the accountId value to set

Returns:

the DocumentDbOutputDataSource object itself.

withAccountKey

public DocumentDbOutputDataSource withAccountKey(String accountKey)

Set the accountKey value.

Parameters:

accountKey - the accountKey value to set

Returns:

the DocumentDbOutputDataSource object itself.

withCollectionNamePattern

public DocumentDbOutputDataSource withCollectionNamePattern(String collectionNamePattern)

Set the collectionNamePattern value.

Parameters:

collectionNamePattern - the collectionNamePattern value to set

Returns:

the DocumentDbOutputDataSource object itself.

withDatabase

public DocumentDbOutputDataSource withDatabase(String database)

Set the database value.

Parameters:

database - the database value to set

Returns:

the DocumentDbOutputDataSource object itself.

withDocumentId

public DocumentDbOutputDataSource withDocumentId(String documentId)

Set the documentId value.

Parameters:

documentId - the documentId value to set

Returns:

the DocumentDbOutputDataSource object itself.

withPartitionKey

public DocumentDbOutputDataSource withPartitionKey(String partitionKey)

Set the partitionKey value.

Parameters:

partitionKey - the partitionKey value to set

Returns:

the DocumentDbOutputDataSource object itself.

Applies to