Partager via


IndexStatus.State Property

Definition

Gets or Sets State

[System.Text.Json.Serialization.JsonPropertyName("state")]
public Microsoft.SemanticKernel.Connectors.Pinecone.IndexState? State { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("state")>]
member this.State : Nullable<Microsoft.SemanticKernel.Connectors.Pinecone.IndexState> with get, set
Public Property State As Nullable(Of IndexState)

Property Value

Attributes

Applies to