SchemasApi
Last updated
Last updated
This function will return a SchemasDto
object that contains a list of all the schemas that are available in the API.
This function will return a list of schemas that match the criteria specified in the SchemasUriParameterBuilder
object.
This function will return a schema object for the specified collection and schema name.
It returns the stats of a schema.
This function returns a list of logs for a specific schema.
This function returns a list of logs for a specific schema.
It returns a URI that points to the schemas endpoint.
It takes a SchemasUriParameterBuilder
object as a parameter, and returns a Uri
object.
It returns a URI for a specific schema in a specific collection
It returns a URI that points to the stats for a specific schema in a specific collection.
This function returns a URI for the schema logs endpoint
It returns a URI for the schema logs endpoint.
public
()
This function will return a SchemasDto
object that contains a list of all the schemas that are available in the API.
A SchemasDto object.
This function will return a list of schemas that match the criteria specified in the SchemasUriParameterBuilder
object.
SchemasUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
A list of schemas.
This function will return a schema object for the specified collection and schema name.
collectionName
The name of the collection you want to get the schema for.
schemaName
The name of the schema you want to retrieve.
A SchemaDto object.
It returns the stats of a schema.
collectionName
The name of the collection you want to get the stats for.
schemaName
The name of the schema you want to get stats for.
A StatsDto object
This function returns a list of logs for a specific schema.
collectionName
The name of the collection you want to get the logs for.
schemaName
The name of the schema you want to get logs for.
A list of logs for the schema.
This function returns a list of logs for a specific schema.
collectionName
The name of the collection you want to get the schema logs for.
schemaName
The name of the schema you want to get the logs for.
SchemasUriParameterBuilder
This is a class that contains the parameters that can be passed to the API.
A LogsDto object.
It returns a URI that points to the schemas endpoint.
It takes a SchemasUriParameterBuilder
object as a parameter, and returns a Uri
object.
SchemasUriParameterBuilder
A class that builds the query string parameters for the schemas endpoint.
It returns a URI for a specific schema in a specific collection
collectionName
The name of the collection you want to create the schema in.
schemaName
The name of the schema to be created.
It returns a URI that points to the stats for a specific schema in a specific collection.
collectionName
The name of the collection you want to get the schema stats for.
schemaName
The name of the schema.
This function returns a URI for the schema logs endpoint
collectionName
The name of the collection you want to create a schema for.
schemaName
The name of the schema.
It returns a URI for the schema logs endpoint.
collectionName
The name of the collection.
schemaName
The name of the schema.
SchemasUriParameterBuilder
This is a class that helps you build the query parameters for the request.
public
()
public
(
schemasUriParameterBuilder)
public
(string collectionName, string schemaName)
public
(string collectionName, string schemaName)
public
(string collectionName, string schemaName)
public
(string collectionName, string schemaName,
schemasUriParameterBuilder)
private readonly string
private Uri
()
private Uri
(
schemasUriParameterBuilder)
private Uri
(string collectionName, string schemaName)
private Uri
(string collectionName, string schemaName)
private Uri
(string collectionName, string schemaName)
private Uri
(string collectionName, string schemaName,
schemasUriParameterBuilder)
public
(
schemasUriParameterBuilder)
public
(string collectionName, string schemaName)
public
(string collectionName, string schemaName)
public
(string collectionName, string schemaName)
public
(string collectionName, string schemaName,
schemasUriParameterBuilder)
private readonly string
private Uri
()
private Uri
(
schemasUriParameterBuilder)
private Uri
(string collectionName, string schemaName)
private Uri
(string collectionName, string schemaName)
private Uri
(string collectionName, string schemaName)
private Uri
(string collectionName, string schemaName,
schemasUriParameterBuilder)