MilvusMemoryStore.Client Property
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.
Exposes the underlying Client used to communicate with Milvus. Can be used to execute operations not supported by the IMemoryStore abstraction.
public Milvus.Client.MilvusClient Client { get; }
member this.Client : Milvus.Client.MilvusClient
Public ReadOnly Property Client As MilvusClient
Property Value
Milvus.Client.MilvusClient