IndexStatus(String, Int32, Nullable<IndexState>, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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