Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 665 Bytes

File metadata and controls

32 lines (22 loc) · 665 Bytes
code type title description
true
page
GetSpecificationsAsync
Returns the validation specifications.

GetSpecificationsAsync

Returns the validation specifications associated to the collection.

Arguments

public async Task<JObject> GetSpecificationsAsync(
    string index,
    string collection);
Argument Type Description
index
string
Index name
collection
string
Collection name

Return

A JObject representing the validation specifications.

Usage

<<< ./snippets/get-specifications.cs