VectorSearchResults<TRecord>.TotalCount 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.
The total count of results found by the search operation, or null if the count was not requested or cannot be computed.
public:
property Nullable<long> TotalCount { Nullable<long> get(); void set(Nullable<long> value); };
public long? TotalCount { get; init; }
member this.TotalCount : Nullable<int64> with get, set
Public Property TotalCount As Nullable(Of Long)
Property Value
Remarks
This value represents the total number of results that are available for the current query and not the number of results being returned.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.