你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DocumentDbOutputDataSource Class
- java.
lang. Object - OutputDataSource
- com.
microsoft. azure. management. streamanalytics. DocumentDbOutputDataSource
- com.
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. |
Document |
withAccountId(String accountId)
Set the accountId value. |
Document |
withAccountKey(String accountKey)
Set the accountKey value. |
Document |
withCollectionNamePattern(String collectionNamePattern)
Set the collectionNamePattern value. |
Document |
withDatabase(String database)
Set the database value. |
Document |
withDocumentId(String documentId)
Set the documentId value. |
Document |
withPartitionKey(String partitionKey)
Set the partitionKey value. |
Method Details
accountId
public String accountId()
Get the accountId value.
Returns:
accountKey
public String accountKey()
Get the accountKey value.
Returns:
collectionNamePattern
public String collectionNamePattern()
Get the collectionNamePattern value.
Returns:
database
public String database()
Get the database value.
Returns:
documentId
public String documentId()
Get the documentId value.
Returns:
partitionKey
public String partitionKey()
Get the partitionKey value.
Returns:
withAccountId
public DocumentDbOutputDataSource withAccountId(String accountId)
Set the accountId value.
Parameters:
Returns:
withAccountKey
public DocumentDbOutputDataSource withAccountKey(String accountKey)
Set the accountKey value.
Parameters:
Returns:
withCollectionNamePattern
public DocumentDbOutputDataSource withCollectionNamePattern(String collectionNamePattern)
Set the collectionNamePattern value.
Parameters:
Returns:
withDatabase
public DocumentDbOutputDataSource withDatabase(String database)
Set the database value.
Parameters:
Returns:
withDocumentId
public DocumentDbOutputDataSource withDocumentId(String documentId)
Set the documentId value.
Parameters:
Returns:
withPartitionKey
public DocumentDbOutputDataSource withPartitionKey(String partitionKey)
Set the partitionKey value.
Parameters:
Returns: