Class IdentitiesSummary
Represents cumulative information about a group of selected public identities.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class IdentitiesSummary
Constructors
IdentitiesSummary()
Initializes an empty instance.
Declaration
public IdentitiesSummary()
Properties
HostedReferences
Gets or sets the number of actively hosted endpoints using public identities.
Declaration
[DataMember]
public int HostedReferences { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HostedServiceVersions
Gets or sets the number of actively hosted distinct service versions using at least one public identity.
Declaration
[DataMember]
public int HostedServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
IdentityKinds
Gets collection of summaries providing information about distribution of the identity kinds among the endpoints.
Declaration
[DataMember]
public Collection<IdentityKindSummary> IdentityKinds { get; }
Property Value
| Type | Description |
|---|---|
| Collection<IdentityKindSummary> |
ReferencedIdentities
Gets or sets the number of identities that are used in at least one endpoint.
Declaration
[DataMember]
public int ReferencedIdentities { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalIdentities
Gets or sets the total number of public identities.
Declaration
[DataMember]
public int TotalIdentities { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalReferences
Gets or sets the total number of endpoints using public identities.
Declaration
[DataMember]
public int TotalReferences { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalServiceVersions
Gets or sets the total number of distinct service versions using at least one public identity.
Declaration
[DataMember]
public int TotalServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |