ShareFileProperties Class

  • java.lang.Object
    • com.azure.storage.file.share.models.ShareFileProperties

public final class ShareFileProperties

Contains property information about a File in the storage File service.

Constructor Summary

Constructor Description
ShareFileProperties(String eTag, OffsetDateTime lastModified, Map<String,String> metadata, String fileType, Long contentLength, String contentType, byte[] contentMd5, String contentEncoding, String cacheControl, String contentDisposition, LeaseStatusType leaseStatusType, LeaseStateType leaseStateType, LeaseDurationType leaseDurationType, OffsetDateTime copyCompletionTime, String copyStatusDescription, String copyId, String copyProgress, String copySource, CopyStatusType copyStatus, Boolean isServerEncrypted, FileSmbProperties smbProperties)

Creates an instance of property information about a specific File.

ShareFileProperties(String eTag, OffsetDateTime lastModified, Map<String,String> metadata, String fileType, Long contentLength, String contentType, byte[] contentMd5, String contentEncoding, String cacheControl, String contentDisposition, OffsetDateTime copyCompletionTime, String copyStatusDescription, String copyId, String copyProgress, String copySource, CopyStatusType copyStatus, Boolean isServerEncrypted, FileSmbProperties smbProperties)

Creates an instance of property information about a specific File.

Method Summary

Modifier and Type Method and Description
String getCacheControl()
String getContentDisposition()
String getContentEncoding()
Long getContentLength()
byte[] getContentMd5()
String getContentType()
OffsetDateTime getCopyCompletionTime()
String getCopyId()
String getCopyProgress()
String getCopySource()
CopyStatusType getCopyStatus()
String getCopyStatusDescription()
String getETag()
String getFileType()
OffsetDateTime getLastModified()
LeaseDurationType getLeaseDuration()
LeaseStateType getLeaseState()
LeaseStatusType getLeaseStatus()
Map<String,String> getMetadata()
FileSmbProperties getSmbProperties()
Boolean isServerEncrypted()

Methods inherited from java.lang.Object

Constructor Details

ShareFileProperties

public ShareFileProperties(String eTag, OffsetDateTime lastModified, Map metadata, String fileType, Long contentLength, String contentType, byte[] contentMd5, String contentEncoding, String cacheControl, String contentDisposition, LeaseStatusType leaseStatusType, LeaseStateType leaseStateType, LeaseDurationType leaseDurationType, OffsetDateTime copyCompletionTime, String copyStatusDescription, String copyId, String copyProgress, String copySource, CopyStatusType copyStatus, Boolean isServerEncrypted, FileSmbProperties smbProperties)

Creates an instance of property information about a specific File.

Parameters:

eTag - Entity tag that corresponds to the directory.
lastModified - Last time the directory was modified.
metadata - A set of name-value pairs associated with this file as user-defined metadata.
fileType - Type of the file.
contentLength - The number of bytes present in the response body.
contentType - The content type specified for the file. The default content type is application/octet-stream.
contentMd5 - The MD5 hash of the file to check the message content integrity.
contentEncoding - This header returns the value that was specified for the Content-Encoding request header.
cacheControl - This header is returned if it was previously specified for the file.
contentDisposition - The value that was specified for the x-ms-content-disposition header and specifies how to process the response.
leaseStatusType - Status of the lease.
leaseStateType - State of the lease.
leaseDurationType - How long the lease has left.
copyCompletionTime - Conclusion time of the last attempted Copy File operation where this file was the destination file.
copyStatusDescription - Appears when x-ms-copy-status is failed or pending. Describes cause of fatal or non-fatal copy operation failure.
copyId - String identifier for the last attempted Copy File operation where this file was the destination file.
copyProgress - Contains the number of bytes copied and the total bytes in the source in the last attempted Copy File operation where this file was the destination file.
copySource - URL up to 2KB in length that specifies the source file used in the last attempted Copy File operation where this file was the destination file.
copyStatus - State of the copy operation identified by x-ms-copy-id, with these values:
  • success: Copy completed successfully
  • pending: Copy is in progress. Check x-ms-copy-status-description if intermittent, non-fatal errors impede copy progress but don't cause failure.
  • aborted: Copy was ended by Abort Copy File.
  • failed: Copy failed. See x-ms-copy-status-description for failure details.
isServerEncrypted - The value of this header is set to true if the file data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false.
smbProperties - The SMB properties of the file.

ShareFileProperties

public ShareFileProperties(String eTag, OffsetDateTime lastModified, Map metadata, String fileType, Long contentLength, String contentType, byte[] contentMd5, String contentEncoding, String cacheControl, String contentDisposition, OffsetDateTime copyCompletionTime, String copyStatusDescription, String copyId, String copyProgress, String copySource, CopyStatusType copyStatus, Boolean isServerEncrypted, FileSmbProperties smbProperties)

Creates an instance of property information about a specific File.

Parameters:

eTag - Entity tag that corresponds to the directory.
lastModified - Last time the directory was modified.
metadata - A set of name-value pairs associated with this file as user-defined metadata.
fileType - Type of the file.
contentLength - The number of bytes present in the response body.
contentType - The content type specified for the file. The default content type is application/octet-stream.
contentMd5 - The MD5 hash of the file to check the message content integrity.
contentEncoding - This header returns the value that was specified for the Content-Encoding request header.
cacheControl - This header is returned if it was previously specified for the file.
contentDisposition - The value that was specified for the x-ms-content-disposition header and specifies how to process the response.
copyCompletionTime - Conclusion time of the last attempted Copy File operation where this file was the destination file.
copyStatusDescription - Appears when x-ms-copy-status is failed or pending. Describes cause of fatal or non-fatal copy operation failure.
copyId - String identifier for the last attempted Copy File operation where this file was the destination file.
copyProgress - Contains the number of bytes copied and the total bytes in the source in the last attempted Copy File operation where this file was the destination file.
copySource - URL up to 2KB in length that specifies the source file used in the last attempted Copy File operation where this file was the destination file.
copyStatus - State of the copy operation identified by x-ms-copy-id, with these values:
  • success: Copy completed successfully
  • pending: Copy is in progress. Check x-ms-copy-status-description if intermittent, non-fatal errors impede copy progress but don't cause failure.
  • aborted: Copy was ended by Abort Copy File.
  • failed: Copy failed. See x-ms-copy-status-description for failure details.
isServerEncrypted - The value of this header is set to true if the file data and application metadata are completely encrypted using the specified algorithm. Otherwise, the value is set to false.
smbProperties - The SMB properties of the file.

Method Details

getCacheControl

public String getCacheControl()

Returns:

This header is returned if it was previously specified for the file.

getContentDisposition

public String getContentDisposition()

Returns:

The value that was specified for the x-ms-content-disposition header and specifies how to process the response.

getContentEncoding

public String getContentEncoding()

Returns:

The value that was specified for the Content-Encoding request header.

getContentLength

public Long getContentLength()

Returns:

The number of bytes present in the response body.

getContentMd5

public byte[] getContentMd5()

Returns:

The MD5 hash of the file.

getContentType

public String getContentType()

Returns:

The content type specified for the file. The default content type is application/octet-stream.

getCopyCompletionTime

public OffsetDateTime getCopyCompletionTime()

Returns:

Conclusion time of the last attempted Copy File operation where this file was the destination file.

getCopyId

public String getCopyId()

Returns:

String identifier for the last attempted Copy File operation where this file was the destination file.

getCopyProgress

public String getCopyProgress()

Returns:

The number of bytes copied and the total bytes in the source in the last attempted Copy File operation where this file was the destination file.

getCopySource

public String getCopySource()

Returns:

URL up to 2KB in length that specifies the source file used in the last attempted Copy File operation where this file was the destination file.

getCopyStatus

public CopyStatusType getCopyStatus()

Returns:

State of the copy operation identified by x-ms-copy-id, with these values: - success: Copy completed successfully. - pending: Copy is in progress. Check x-ms-copy-status-description if intermittent, non-fatal errors impede copy progress but don't cause failure. - aborted: Copy was ended by Abort Copy File. - failed: Copy failed. See x-ms-copy-status-description for failure details.

getCopyStatusDescription

public String getCopyStatusDescription()

Returns:

When x-ms-copy-status is failed or pending. Describes cause of fatal or non-fatal copy operation failure.

getETag

public String getETag()

Returns:

Entity tag that corresponds to the directory.

getFileType

public String getFileType()

Returns:

The type of the file.

getLastModified

public OffsetDateTime getLastModified()

Returns:

Last time the directory was modified.

getLeaseDuration

public LeaseDurationType getLeaseDuration()

Returns:

the lease duration if the file is leased

getLeaseState

public LeaseStateType getLeaseState()

Returns:

the lease state of the file

getLeaseStatus

public LeaseStatusType getLeaseStatus()

Returns:

the lease status of the file

getMetadata

public Map getMetadata()

Returns:

A set of name-value pairs associated with this file as user-defined metadata.

getSmbProperties

public FileSmbProperties getSmbProperties()

Returns:

The SMB properties of the file.

isServerEncrypted

public Boolean isServerEncrypted()

Returns:

True if the file data and application metadata are completely encrypted using the specified algorithm. Otherwise, return false.

Applies to