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

93 строки
6.0 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.data.tables.TableServiceVersion"
fullName: "com.azure.data.tables.TableServiceVersion"
name: "TableServiceVersion"
nameWithType: "TableServiceVersion"
summary: "The versions of Tables REST API supported by this client library."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- 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#getClass--\">getClass</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#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 enum **TableServiceVersion**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.data.tables.TableServiceVersion?alt=com.azure.data.tables.TableServiceVersion&text=TableServiceVersion\" data-throw-if-not-resolved=\"False\" />&gt;</br> implements <xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
fields:
- uid: "com.azure.data.tables.TableServiceVersion.V2019_02_02"
fullName: "com.azure.data.tables.TableServiceVersion.V2019_02_02"
name: "V2019_02_02"
nameWithType: "TableServiceVersion.V2019_02_02"
summary: "API version 2019-02-02"
desc: "API version 2019-02-02"
- uid: "com.azure.data.tables.TableServiceVersion.V2020_12_06"
fullName: "com.azure.data.tables.TableServiceVersion.V2020_12_06"
name: "V2020_12_06"
nameWithType: "TableServiceVersion.V2020_12_06"
summary: "API version 2020\\_12\\_06"
desc: "API version 2020\\_12\\_06"
methods:
- uid: "com.azure.data.tables.TableServiceVersion.getLatest()"
fullName: "com.azure.data.tables.TableServiceVersion.getLatest()"
name: "getLatest()"
nameWithType: "TableServiceVersion.getLatest()"
summary: "Gets the latest REST API version supported by this client library."
modifiers:
- "static"
syntax: "public static TableServiceVersion getLatest()"
desc: "Gets the latest REST API version supported by this client library."
returns:
description: "The latest REST API version supported by this client library."
type: "<xref href=\"com.azure.data.tables.TableServiceVersion?alt=com.azure.data.tables.TableServiceVersion&text=TableServiceVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.TableServiceVersion.getVersion()"
fullName: "com.azure.data.tables.TableServiceVersion.getVersion()"
name: "getVersion()"
nameWithType: "TableServiceVersion.getVersion()"
syntax: "public String getVersion()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.data.tables.TableServiceVersion.valueOf(java.lang.String)"
fullName: "com.azure.data.tables.TableServiceVersion.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "TableServiceVersion.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static TableServiceVersion valueOf(String name)"
returns:
type: "<xref href=\"com.azure.data.tables.TableServiceVersion?alt=com.azure.data.tables.TableServiceVersion&text=TableServiceVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.tables.TableServiceVersion.values()"
fullName: "com.azure.data.tables.TableServiceVersion.values()"
name: "values()"
nameWithType: "TableServiceVersion.values()"
modifiers:
- "static"
syntax: "public static TableServiceVersion[] values()"
returns:
type: "<xref href=\"com.azure.data.tables.TableServiceVersion?alt=com.azure.data.tables.TableServiceVersion&text=TableServiceVersion\" data-throw-if-not-resolved=\"False\" />[]"
desc: "The versions of Tables REST API supported by this client library."
implements:
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.data.tables"
artifact: com.azure:azure-data-tables:12.4.4