Datadog Reference Tables

Has key

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.

Check to see if a single primary key exists in a given table. Throws an error if no table with a matching table name is found.

Inputs

Champ

Type

Description

tableName [required]

string

The name of the table for the lookup.

primaryKey [required]

string,number

The value of the primary key you are trying to look up.

Outputs

Champ

Type

Description

hasKey [required]

boolean