| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.Data.Tables.Models |
| | 9 | | { |
| | 10 | | /// <summary> Stats for the service. </summary> |
| | 11 | | public partial class TableServiceStatistics |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of TableServiceStatistics. </summary> |
| 0 | 14 | | internal TableServiceStatistics() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of TableServiceStatistics. </summary> |
| | 19 | | /// <param name="geoReplication"> Geo-Replication information for the Secondary Storage Service. </param> |
| 4 | 20 | | internal TableServiceStatistics(TableGeoReplication geoReplication) |
| | 21 | | { |
| 4 | 22 | | GeoReplication = geoReplication; |
| 4 | 23 | | } |
| | 24 | |
|
| | 25 | | /// <summary> Geo-Replication information for the Secondary Storage Service. </summary> |
| 4 | 26 | | public TableGeoReplication GeoReplication { get; } |
| | 27 | | } |
| | 28 | | } |