Partager via


IndexStatus(String, Int32, Nullable<IndexState>, Boolean) Constructor

Definition

Initializes a new instance of the IndexStatus class.

[System.Text.Json.Serialization.JsonConstructor]
public IndexStatus (string host, int port = 0, Microsoft.SemanticKernel.Connectors.Pinecone.IndexState? state = default, bool ready = false);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.SemanticKernel.Connectors.Pinecone.IndexStatus : string * int * Nullable<Microsoft.SemanticKernel.Connectors.Pinecone.IndexState> * bool -> Microsoft.SemanticKernel.Connectors.Pinecone.IndexStatus
Public Sub New (host As String, Optional port As Integer = 0, Optional state As Nullable(Of IndexState) = Nothing, Optional ready As Boolean = false)

Parameters

host
String

host.

port
Int32

port.

state
Nullable<IndexState>

state.

ready
Boolean

ready.

Attributes

Applies to