Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type indexing_policy = {
automatic : bool;
indexing_mode : string;
included_paths : included_paths list;
}
type collection = {
id : string;
indexing_policy : indexing_policy;
partition_key : partitionKey_result option;
rid : string;
ts : int;
self : string;
etag : string;
docs : string;
sprocs : string;
triggers : string;
udfs : string;
conflicts : string;
}
type create_collection = {
id : string;
indexing_policy : indexing_policy option;
partition_key : create_partition_key option;
}