CompressorConfigurationProperties Property  | 
 
            Gets the compression properties.
            
 
    Namespace: 
   MongoDB.Driver.Core.Configuration
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic IDictionary<string, Object> Properties { get; }Public ReadOnly Property Properties As IDictionary(Of String, Object)
	Get
member Properties : IDictionary<string, Object> with get
Property Value
Type: 
IDictionaryString, 
Object
See Also