Partager via


IndexDefinition.SourceCollection Property

Definition

The unique name of a collection.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("source_collection")]
public string? SourceCollection { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("source_collection")>]
member this.SourceCollection : string with get, set
Public Property SourceCollection As String

Property Value

Attributes

Applies to