public final class ServiceStatistics extends Object
| Constructor and Description |
|---|
ServiceStatistics() |
| Modifier and Type | Method and Description |
|---|---|
ServiceCounters |
getCounters()
Get the counters property: Service level resource counters.
|
ServiceLimits |
getLimits()
Get the limits property: Service level general limits.
|
ServiceStatistics |
setCounters(ServiceCounters counters)
Set the counters property: Service level resource counters.
|
ServiceStatistics |
setLimits(ServiceLimits limits)
Set the limits property: Service level general limits.
|
public ServiceCounters getCounters()
public ServiceStatistics setCounters(ServiceCounters counters)
counters - the counters value to set.public ServiceLimits getLimits()
public ServiceStatistics setLimits(ServiceLimits limits)
limits - the limits value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.