Class Metadata
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionfinal String
Cache Control of the entry.final String
Content-Disposition of the entry.final long
Content Length of the entry.final String
Content MD5 of the entry.final String
Content Type of the entry.final String
Etag of the entry.final Instant
Last Modified of the entry.final Metadata.EntryMode
Mode of the entry.final String
Version of the entry. -
Constructor Summary
-
Method Summary
-
Field Details
-
mode
Mode of the entry. -
contentLength
public final long contentLengthContent Length of the entry.Note: For now, this value is only available when calling on result of `stat`, otherwise it will be -1.
-
contentDisposition
Content-Disposition of the entry.Note: For now, this value is only available when calling on result of `stat`, otherwise it will be null.
-
contentMd5
Content MD5 of the entry.Note: For now, this value is only available when calling on result of `stat`, otherwise it will be null.
-
contentType
Content Type of the entry.Note: For now, this value is only available when calling on result of `stat`, otherwise it will be null.
-
cacheControl
Cache Control of the entry.Note: For now, this value is only available when calling on result of `stat`, otherwise it will be null.
-
etag
Etag of the entry.Note: For now, this value is only available when calling on result of `stat`, otherwise it will be null.
-
lastModified
Last Modified of the entry.Note: For now, this value is only available when calling on result of `stat`, otherwise it will be null.
-
version
Version of the entry. Version is a string that can be used to identify the version of this entry. This field may come out from the version control system, like object versioning in AWS S3.Note: For now, this value is only available when calling on result of `stat`, otherwise it will be null.
-
-
Constructor Details
-
Metadata
-
-
Method Details
-
isFile
public boolean isFile() -
isDir
public boolean isDir()
-