Indexer.TargetIndexName Property

Definition

Gets or sets the name of the index to which this indexer writes data.

[Newtonsoft.Json.JsonProperty(PropertyName="targetIndexName")]
public string TargetIndexName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetIndexName")>]
member this.TargetIndexName : string with get, set
Public Property TargetIndexName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to