IndexingParameters.Base64EncodeKeys Property

Definition

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