IndexingParameters.Base64EncodeKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property is obsolete. Please create a field mapping using 'FieldMapping.Base64Encode' instead.
Gets or sets whether indexer will base64-encode all values that are inserted into key field of the target index. This is needed if keys can contain characters that are invalid in keys (such as dot '.'). Default is false.
[Newtonsoft.Json.JsonProperty(PropertyName="base64EncodeKeys")]
[System.Obsolete("This property is obsolete. Please create a field mapping using 'FieldMapping.Base64Encode' instead.")]
public bool? Base64EncodeKeys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="base64EncodeKeys")>]
[<System.Obsolete("This property is obsolete. Please create a field mapping using 'FieldMapping.Base64Encode' instead.")>]
member this.Base64EncodeKeys : Nullable<bool> with get, set
Public Property Base64EncodeKeys As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute ObsoleteAttribute
Applies to
Azure SDK for .NET