VectorStoreFileResponse.UsageBytes

VectorStoreFileResponse.UsageBytes property

Gets or sets the total vector store usage in bytes. Note that this may be different from the original file size.

public int UsageBytes { get; set; }

See Also