IndexDefinition.NumberOfPods(Int32) 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.
Sets pods for IndexDefinition instance.
public Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition NumberOfPods (int pods);
member this.NumberOfPods : int -> Microsoft.SemanticKernel.Connectors.Pinecone.IndexDefinition
Public Function NumberOfPods (pods As Integer) As IndexDefinition
Parameters
- pods
- Int32
The number of pods for the index to use, including replicas.