pub type DocCollectionConfig = CollectionConfig;Expand description
Configuration for creating or updating a document collection.
Aliased Type§
pub struct DocCollectionConfig {
pub compression: CompressionProfile,
}Fields§
§compression: CompressionProfileCompression policy for the collection.