FileProperties Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. FileProperties
- com.
public class FileProperties
The properties of a file on a compute node.
Method Summary
Modifier and Type | Method and Description |
---|---|
long |
contentLength()
Get the contentLength value. |
String |
contentType()
Get the contentType value. |
DateTime |
creationTime()
Get the creation time is not returned for files on Linux compute nodes. |
String |
fileMode()
Get the file mode is returned only for files on Linux compute nodes. |
DateTime |
lastModified()
Get the lastModified value. |
File |
withContentLength(long contentLength)
Set the contentLength value. |
File |
withContentType(String contentType)
Set the contentType value. |
File |
withCreationTime(DateTime creationTime)
Set the creation time is not returned for files on Linux compute nodes. |
File |
withFileMode(String fileMode)
Set the file mode is returned only for files on Linux compute nodes. |
File |
withLastModified(DateTime lastModified)
Set the lastModified value. |
Method Details
contentLength
public long contentLength()
Get the contentLength value.
Returns:
contentType
public String contentType()
Get the contentType value.
Returns:
creationTime
public DateTime creationTime()
Get the creation time is not returned for files on Linux compute nodes.
Returns:
fileMode
public String fileMode()
Get the file mode is returned only for files on Linux compute nodes.
Returns:
lastModified
public DateTime lastModified()
Get the lastModified value.
Returns:
withContentLength
public FileProperties withContentLength(long contentLength)
Set the contentLength value.
Parameters:
Returns:
withContentType
public FileProperties withContentType(String contentType)
Set the contentType value.
Parameters:
Returns:
withCreationTime
public FileProperties withCreationTime(DateTime creationTime)
Set the creation time is not returned for files on Linux compute nodes.
Parameters:
Returns:
withFileMode
public FileProperties withFileMode(String fileMode)
Set the file mode is returned only for files on Linux compute nodes.
Parameters:
Returns:
withLastModified
public FileProperties withLastModified(DateTime lastModified)
Set the lastModified value.
Parameters:
Returns:
Applies to
Azure SDK for Java