59 строки
2.8 KiB
YAML
59 строки
2.8 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\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
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.15.1
|