Facet.Count Property

 

Applies To: Microsoft Azure

Gets the approximate count of documents falling within the bucket described by this facet.

Namespace:   Microsoft.Azure.Search.Models
Assembly:  Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Syntax

public long Count { get; set; }
public:
property long long Count {
    long long get();
    void set(long long value);
}
member Count : int64 with get, set
Public Property Count As Long

Property Value

Type: System.Int64

See Also

Facet Class
Microsoft.Azure.Search.Models Namespace

Return to top