TemplatesApi
Last updated
Last updated
This function will return a list of templates that are available to the user.
This function will return a TemplatesDto object that contains a list of templates that match the criteria specified in the TemplatesUriParameterBuilder object.
This function will return a TemplateDto object from the API.
This function will return a StatsDto object that contains the number of documents that have been indexed using the specified template.
This function returns a list of logs for a specific template.
This function returns a list of logs for a specific template.
It returns a new Uri
object that is the base URI for the templates endpoint
It takes a TemplatesUriParameterBuilder
object as a parameter and returns a Uri
object.
It returns a URI for a specific template in a specific collection
This function returns a Uri that can be used to get the stats for a template
This function returns a Uri for the logs of a template
This function returns a Uri for the logs of a template
public
()
This function will return a list of templates that are available to the user.
A TemplatesDto object
This function will return a TemplatesDto object that contains a list of templates that match the criteria specified in the TemplatesUriParameterBuilder object.
TemplatesUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
A TemplatesDto object.
This function will return a TemplateDto object from the API.
collectionName
The name of the collection you want to create the template in.
templateId
The id of the template you want to retrieve.
A TemplateDto object
This function will return a StatsDto object that contains the number of documents that have been indexed using the specified template.
collectionName
The name of the collection you want to get the stats for.
templateId
The id of the template you want to get stats for.
A StatsDto object
This function returns a list of logs for a specific template.
collectionName
The name of the collection you want to get the logs for.
templateId
The id of the template you want to get the logs for.
A list of logs for a specific template.
This function returns a list of logs for a specific template.
collectionName
The name of the collection you want to get the logs for.
templateId
The id of the template you want to get the logs for.
TemplatesUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
A LogsDto object
It returns a new Uri
object that is the base URI for the templates endpoint
It takes a TemplatesUriParameterBuilder
object as a parameter and returns a Uri
object.
TemplatesUriParameterBuilder
A class that builds the query string parameters for the templates endpoint.
It returns a URI for a specific template in a specific collection
collectionName
The name of the collection that the template belongs to.
templateId
The name of the template you want to use.
This function returns a Uri that can be used to get the stats for a template
collectionName
The name of the collection you want to use.
templateId
The template ID of the template you want to get stats for.
This function returns a Uri for the logs of a template
collectionName
The name of the collection that the template belongs to.
templateId
The ID of the template you want to get logs for.
This function returns a Uri for the logs of a template
collectionName
The name of the collection that the template belongs to.
templateId
The id of the template you want to get logs for.
TemplatesUriParameterBuilder
This is a class that builds the query string parameters for the request.
public
()
public
(
templatesUriParameterBuilder)
public
(string collectionName, string templateId)
public
(string collectionName, string templateId)
public
(string collectionName, string templateId)
public
(string collectionName, string templateId,
templatesUriParameterBuilder)
private readonly string
private Uri
()
private Uri
(
templatessUriParameterBuilder)
private Uri
(string collectionName, string templateId)
private Uri
(string collectionName, string templateId)
private Uri
(string collectionName, string templateId)
private Uri
(string collectionName, string templateId,
templatesUriParameterBuilder)
public
(
templatesUriParameterBuilder)
public
(string collectionName, string templateId)
public
(string collectionName, string templateId)
public
(string collectionName, string templateId)
public
(string collectionName, string templateId,
templatesUriParameterBuilder)
private readonly string
private Uri
()
private Uri
(
templatessUriParameterBuilder)
private Uri
(string collectionName, string templateId)
private Uri
(string collectionName, string templateId)
private Uri
(string collectionName, string templateId)
private Uri
(string collectionName, string templateId,
templatesUriParameterBuilder)