Azure Cosmos DB

Query items

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Given a query, return the associated items.

Inputs

Champ

Type

Description

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

Champ

Type

Description

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.