共用方式為


DocumentDbOutputDataSource interface

描述 DocumentDB 輸出資料來源。

Extends

屬性

accountId

DocumentDB 帳戶名稱或識別碼。 PUT (CreateOrReplace) 要求上的必要專案。

accountKey

DocumentDB 帳戶的帳戶金鑰。 PUT (CreateOrReplace) 要求上的必要專案。

collectionNamePattern

要使用之集合的集合名稱模式。 您可以使用選用的 {partition} 語彙基元來建構集合名稱的格式,其中的資料分割會從 0 開始。 如需詳細資訊,請參閱 的 https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output DocumentDB 一節。 PUT (CreateOrReplace) 要求上的必要專案。

database

DocumentDB 資料庫的名稱。 PUT (CreateOrReplace) 要求上的必要專案。

documentId

輸出事件中的欄位名稱會用來指定主索引鍵,其為插入或更新作業的依據。

partitionKey

輸出事件中的欄位名稱會用來為跨集合的資料分割輸出指定索引鍵。 如果 'collectionNamePattern' 包含 {partition} 權杖,則必須指定此屬性。

type

多型鑒別子,指定此物件可以是的不同類型

屬性詳細資料

accountId

DocumentDB 帳戶名稱或識別碼。 PUT (CreateOrReplace) 要求上的必要專案。

accountId?: string

屬性值

string

accountKey

DocumentDB 帳戶的帳戶金鑰。 PUT (CreateOrReplace) 要求上的必要專案。

accountKey?: string

屬性值

string

collectionNamePattern

要使用之集合的集合名稱模式。 您可以使用選用的 {partition} 語彙基元來建構集合名稱的格式,其中的資料分割會從 0 開始。 如需詳細資訊,請參閱 的 https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output DocumentDB 一節。 PUT (CreateOrReplace) 要求上的必要專案。

collectionNamePattern?: string

屬性值

string

database

DocumentDB 資料庫的名稱。 PUT (CreateOrReplace) 要求上的必要專案。

database?: string

屬性值

string

documentId

輸出事件中的欄位名稱會用來指定主索引鍵,其為插入或更新作業的依據。

documentId?: string

屬性值

string

partitionKey

輸出事件中的欄位名稱會用來為跨集合的資料分割輸出指定索引鍵。 如果 'collectionNamePattern' 包含 {partition} 權杖,則必須指定此屬性。

partitionKey?: string

屬性值

string

type

多型鑒別子,指定此物件可以是的不同類型

type: "Microsoft.Storage/DocumentDB"

屬性值

"Microsoft.Storage/DocumentDB"