Class SubscriptionUsageSummary
Provides basic information about usage of a subscription.
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 SubscriptionUsageSummary
Constructors
SubscriptionUsageSummary()
Declaration
public SubscriptionUsageSummary()
Properties
AverageBytes
Gets or sets the average number of bytes received and sent processing a service call.
Declaration
[DataMember]
public long AverageBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
AverageDuration
Gets or sets the average duration (in milliseconds) of a service call (time between receiving request message and returning response message).
Declaration
[DataMember]
public long AverageDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
ConsumerId
Gets or sets the identifier of the consumer associated with the subscription.
Declaration
[DataMember]
public int ConsumerId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ConsumerName
Gets or sets the name of the consumer associated with the subscription.
Declaration
[DataMember]
public string ConsumerName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExceptionCount
Gets or sets the number of calls to this subscription resulted in communication errors.
Declaration
[DataMember]
public long ExceptionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
FailureCount
Gets or sets the number of faulted calls (faults) that subscription experienced.
Declaration
[DataMember]
public long FailureCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
IsDeleted
Gets or sets flag indicating that subscription has been deleted.
Declaration
[DataMember]
public bool IsDeleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ProductId
Gets or sets the identifier of the product associated with the subscription.
Declaration
[DataMember]
public int ProductId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ProductName
Gets or sets the name of the product associated with the subscription.
Declaration
[DataMember]
public string ProductName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SubscriptionId
Gets or sets the identifier of the subscription.
Declaration
[DataMember]
public int SubscriptionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SubscriptionName
Gets or sets the subscription friendly name.
Declaration
[DataMember]
public string SubscriptionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalCount
Gets or sets the total number of calls (messages) that subscription received.
Declaration
[DataMember]
public long TotalCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |