61 строка
3.7 KiB
YAML
61 строка
3.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.file.share.models.ShareInfo"
|
|
fullName: "com.azure.storage.file.share.models.ShareInfo"
|
|
name: "ShareInfo"
|
|
nameWithType: "ShareInfo"
|
|
summary: "Contains information about a Share in the storage File service."
|
|
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 **ShareInfo**"
|
|
constructors:
|
|
- uid: "com.azure.storage.file.share.models.ShareInfo.ShareInfo(java.lang.String,java.time.OffsetDateTime)"
|
|
fullName: "com.azure.storage.file.share.models.ShareInfo.ShareInfo(String eTag, OffsetDateTime lastModified)"
|
|
name: "ShareInfo(String eTag, OffsetDateTime lastModified)"
|
|
nameWithType: "ShareInfo.ShareInfo(String eTag, OffsetDateTime lastModified)"
|
|
summary: "Creates an instance of information about a specific Share."
|
|
parameters:
|
|
- description: "Entity tag that corresponds to the share"
|
|
name: "eTag"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Last time the share was modified"
|
|
name: "lastModified"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public ShareInfo(String eTag, OffsetDateTime lastModified)"
|
|
desc: "Creates an instance of information about a specific Share."
|
|
methods:
|
|
- uid: "com.azure.storage.file.share.models.ShareInfo.getETag()"
|
|
fullName: "com.azure.storage.file.share.models.ShareInfo.getETag()"
|
|
name: "getETag()"
|
|
nameWithType: "ShareInfo.getETag()"
|
|
syntax: "public String getETag()"
|
|
returns:
|
|
description: "the entity tag that corresponds to the share"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.storage.file.share.models.ShareInfo.getLastModified()"
|
|
fullName: "com.azure.storage.file.share.models.ShareInfo.getLastModified()"
|
|
name: "getLastModified()"
|
|
nameWithType: "ShareInfo.getLastModified()"
|
|
syntax: "public OffsetDateTime getLastModified()"
|
|
returns:
|
|
description: "the last time the share was modified"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
type: "class"
|
|
desc: "Contains information about a Share in the storage File service."
|
|
metadata: {}
|
|
package: "com.azure.storage.file.share.models"
|
|
artifact: com.azure:azure-storage-file-share:12.17.1
|