ClientGroupMembersCount interface
Specifies the number of members in a client group.
Properties
accuracy | Accuracy of the reported count. |
count | Number of members in the client group. Use this value together with the value of |
end |
Membership interval start time. |
group |
Client Group URI. |
start |
Membership interval start time. |
Property Details
accuracy
count
Number of members in the client group. Use this value together with the value of accuracy
. If accuracy is exact
then the value represents the actual number of members in the cloud. When accuracy is estimated
, the actual number of members is larger than the value of count
.
count: number
Property Value
number
endTime
Membership interval start time.
endTime: Date
Property Value
Date
groupId
Client Group URI.
groupId: string
Property Value
string
startTime
Membership interval start time.
startTime: Date
Property Value
Date
Azure SDK for JavaScript