VectorStoreResponse.UsageBytes

VectorStoreResponse.UsageBytes property

Gets or sets the total number of bytes used by the files in the vector store.

public int? UsageBytes { get; set; }

See Also