Partilhar via


SearchGetSchemaResponse interface

The get schema operation response.

Properties

metadata

The metadata from search results.

value

The array of result values.

Property Details

metadata

The metadata from search results.

metadata?: SearchMetadata

Property Value

value

The array of result values.

value?: SearchSchemaValue[]

Property Value