GetSizeAsync Method
GetSizeAsync()
Gets the number of entries in the vector collection.
Declaration
Task<long> GetSizeAsync()
Returns
| Task<long> | A task that represents the asynchronous operation. The task result contains the number of entries in the vector collection. |