IndexDefinition.Default(String) Method
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 IndexDefinition class with default settings.
public static Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition Default (string? name = default);
static member Default : string -> Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition
Public Shared Function Default (Optional name As String = Nothing) As IndexDefinition
Parameters
- name
- String
The unique name of an index.