AutoEncryptionOptionsBypassQueryAnalysis Property |
[Beta] Gets a value indicating whether to bypass query analysis.
Namespace:
MongoDB.Driver.Encryption
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax public bool? BypassQueryAnalysis { get; }
Public ReadOnly Property BypassQueryAnalysis As Boolean?
Get
member BypassQueryAnalysis : Nullable<bool> with get
Property Value
Type:
NullableBooleanSee Also