CollectionsApi
Last updated
Last updated
It returns a list of all the collections in the database.
It takes a CollectionsUriParameterBuilder
object as a parameter, builds an HttpRequestMessage
object, sends it to the API, and returns a CollectionsDto
object.
This function will return a collection object from the API.
This function will return a StatsDto object that contains the stats for the collection specified in the collectionName parameter.
This function will return a list of logs for a given collection.
This function returns a list of logs for a given collection.
It returns a Uri object that represents the URL for the collections endpoint.
It takes a CollectionsUriParameterBuilder
object as a parameter and returns a Uri
object.
Given a collection name, return a Uri object that represents the collection's endpoint.
It returns a URI that points to the stats endpoint for a given collection.
It returns a URI for the collection logs endpoint.
It returns a Uri object that represents the URL for the collection logs endpoint.
public
()
It returns a list of all the collections in the database.
A list of collections
It takes a CollectionsUriParameterBuilder
object as a parameter, builds an HttpRequestMessage
object, sends it to the API, and returns a CollectionsDto
object.
CollectionsUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
A collection of collections.
This function will return a collection object from the API.
collectionName
The name of the collection you want to retrieve.
A collection of documents.
This function will return a StatsDto object that contains the stats for the collection specified in the collectionName parameter.
collectionName
The name of the collection you want to get stats for.
A StatsDto object
This function will return a list of logs for a given collection.
collectionName
The name of the collection you want to get the logs for.
A LogsDto object
This function returns a list of logs for a given collection.
collectionName
The name of the collection you want to get the logs for.
CollectionsUriParameterBuilder
This is a class that allows you to build the query string parameters for the request.
A LogsDto object
It returns a Uri object that represents the URL for the collections endpoint.
It takes a CollectionsUriParameterBuilder
object as a parameter and returns a Uri
object.
CollectionsUriParameterBuilder
A class that builds the query string parameters for the collections endpoint.
Given a collection name, return a Uri object that represents the collection's endpoint.
collectionName
The name of the collection you want to query.
It returns a URI that points to the stats endpoint for a given collection.
collectionName
The name of the collection you want to get stats for.
It returns a URI for the collection logs endpoint.
collectionName
The name of the collection you want to get the logs for.
It returns a Uri object that represents the URL for the collection logs endpoint.
collectionName
The name of the collection you want to get the logs for.
CollectionsUriParameterBuilder
This is a class that builds the query parameters for the request.
public
()
public
(
collectionsUriParameterBuilder)
public
(string collectionName)
public
(string collectionName)
public
(string collectionName)
public
(string collectionName,
collectionsUriParameterBuilder)
private readonly string
private Uri
()
private Uri
(
collectionsUriParameterBuilder)
private Uri
(string collectionName)
private Uri
(string collectionName)
private Uri
(string collectionName)
private Uri
(string collectionName,
collectionsUriParameterBuilder)
public
(
collectionsUriParameterBuilder)
public
(string collectionName)
public
(string collectionName)
public
(string collectionName)
public
(string collectionName,
collectionsUriParameterBuilder)
private readonly string
private Uri
()
private Uri
(
collectionsUriParameterBuilder)
private Uri
(string collectionName)
private Uri
(string collectionName)
private Uri
(string collectionName)
private Uri
(string collectionName,
collectionsUriParameterBuilder)