azure-docs-sdk-java/docs-ref-autogen/com.azure.data.tables.model...

52 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.data.tables.models.TableServiceStatistics"
fullName: "com.azure.data.tables.models.TableServiceStatistics"
name: "TableServiceStatistics"
nameWithType: "TableServiceStatistics"
summary: "A model representing Table service statistics."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **TableServiceStatistics**"
constructors:
- uid: "com.azure.data.tables.models.TableServiceStatistics.TableServiceStatistics(com.azure.data.tables.models.TableServiceGeoReplication)"
fullName: "com.azure.data.tables.models.TableServiceStatistics.TableServiceStatistics(TableServiceGeoReplication geoReplication)"
name: "TableServiceStatistics(TableServiceGeoReplication geoReplication)"
nameWithType: "TableServiceStatistics.TableServiceStatistics(TableServiceGeoReplication geoReplication)"
summary: "Creates an instance of <xref uid=\"com.azure.data.tables.models.TableServiceStatistics\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceStatistics\"></xref>."
parameters:
- description: "Geo-Replication information for the Secondary Storage Service."
name: "geoReplication"
type: "<xref href=\"com.azure.data.tables.models.TableServiceGeoReplication?alt=com.azure.data.tables.models.TableServiceGeoReplication&text=TableServiceGeoReplication\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TableServiceStatistics(TableServiceGeoReplication geoReplication)"
desc: "Creates an instance of <xref uid=\"com.azure.data.tables.models.TableServiceStatistics\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableServiceStatistics\"></xref>."
methods:
- uid: "com.azure.data.tables.models.TableServiceStatistics.getGeoReplication()"
fullName: "com.azure.data.tables.models.TableServiceStatistics.getGeoReplication()"
name: "getGeoReplication()"
nameWithType: "TableServiceStatistics.getGeoReplication()"
summary: "Get Geo-Replication information for the Secondary Storage Service."
syntax: "public TableServiceGeoReplication getGeoReplication()"
desc: "Get Geo-Replication information for the Secondary Storage Service."
returns:
description: "The <xref uid=\"com.azure.data.tables.models.TableServiceGeoReplication\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Geo-Replication information\"></xref>."
type: "<xref href=\"com.azure.data.tables.models.TableServiceGeoReplication?alt=com.azure.data.tables.models.TableServiceGeoReplication&text=TableServiceGeoReplication\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A model representing Table service statistics."
metadata: {}
package: "com.azure.data.tables.models"
artifact: com.azure:azure-data-tables:12.4.4