Azure Cosmos DB

Query items

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Given a query, return the associated items.

Inputs

항목

유형

설명

resourceGroup [required]

string

subscriptionId [required]

string

accountName [required]

string

databaseId [required]

string

containerId [required]

string

query [required]

string

The query to search against for items.

Outputs

Expand All

항목

유형

설명

items [required]

[object]

The list of the items that match the query.

itemID [required]

string

The unique ID of the item.

content

The content of the item.

lastUpdated

number

The timestamp the item was last updated.

PREVIEWING: andrea.moscatelli/clarify-argocd-notifications-service