azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

156 строки
9.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.FileProperties"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties"
name: "FileProperties"
nameWithType: "FileProperties"
summary: "The properties of a file on a Compute Node."
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 class **FileProperties**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.FileProperties()"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.FileProperties()"
name: "FileProperties()"
nameWithType: "FileProperties.FileProperties()"
syntax: "public FileProperties()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.contentLength()"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.contentLength()"
name: "contentLength()"
nameWithType: "FileProperties.contentLength()"
summary: "Get the content<wbr>Length value."
syntax: "public long contentLength()"
desc: "Get the contentLength value."
returns:
description: "the contentLength value"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.contentType()"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.contentType()"
name: "contentType()"
nameWithType: "FileProperties.contentType()"
summary: "Get the content<wbr>Type value."
syntax: "public String contentType()"
desc: "Get the contentType value."
returns:
description: "the contentType value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.creationTime()"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.creationTime()"
name: "creationTime()"
nameWithType: "FileProperties.creationTime()"
summary: "Get the creation time is not returned for files on Linux Compute Nodes."
syntax: "public DateTime creationTime()"
desc: "Get the creation time is not returned for files on Linux Compute Nodes."
returns:
description: "the creationTime value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.fileMode()"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.fileMode()"
name: "fileMode()"
nameWithType: "FileProperties.fileMode()"
summary: "Get the file mode is returned only for files on Linux Compute Nodes."
syntax: "public String fileMode()"
desc: "Get the file mode is returned only for files on Linux Compute Nodes."
returns:
description: "the fileMode value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.lastModified()"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.lastModified()"
name: "lastModified()"
nameWithType: "FileProperties.lastModified()"
summary: "Get the last<wbr>Modified value."
syntax: "public DateTime lastModified()"
desc: "Get the lastModified value."
returns:
description: "the lastModified value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.withContentLength(long)"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.withContentLength(long contentLength)"
name: "withContentLength(long contentLength)"
nameWithType: "FileProperties.withContentLength(long contentLength)"
summary: "Set the content<wbr>Length value."
parameters:
- description: "the contentLength value to set"
name: "contentLength"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FileProperties withContentLength(long contentLength)"
desc: "Set the contentLength value."
returns:
description: "the FileProperties object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileProperties?alt=com.microsoft.azure.batch.protocol.models.FileProperties&text=FileProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.withContentType(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.withContentType(String contentType)"
name: "withContentType(String contentType)"
nameWithType: "FileProperties.withContentType(String contentType)"
summary: "Set the content<wbr>Type value."
parameters:
- description: "the contentType value to set"
name: "contentType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FileProperties withContentType(String contentType)"
desc: "Set the contentType value."
returns:
description: "the FileProperties object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileProperties?alt=com.microsoft.azure.batch.protocol.models.FileProperties&text=FileProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.withCreationTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.withCreationTime(DateTime creationTime)"
name: "withCreationTime(DateTime creationTime)"
nameWithType: "FileProperties.withCreationTime(DateTime creationTime)"
summary: "Set the creation time is not returned for files on Linux Compute Nodes."
parameters:
- description: "the creationTime value to set"
name: "creationTime"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FileProperties withCreationTime(DateTime creationTime)"
desc: "Set the creation time is not returned for files on Linux Compute Nodes."
returns:
description: "the FileProperties object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileProperties?alt=com.microsoft.azure.batch.protocol.models.FileProperties&text=FileProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.withFileMode(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.withFileMode(String fileMode)"
name: "withFileMode(String fileMode)"
nameWithType: "FileProperties.withFileMode(String fileMode)"
summary: "Set the file mode is returned only for files on Linux Compute Nodes."
parameters:
- description: "the fileMode value to set"
name: "fileMode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FileProperties withFileMode(String fileMode)"
desc: "Set the file mode is returned only for files on Linux Compute Nodes."
returns:
description: "the FileProperties object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileProperties?alt=com.microsoft.azure.batch.protocol.models.FileProperties&text=FileProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.FileProperties.withLastModified(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.FileProperties.withLastModified(DateTime lastModified)"
name: "withLastModified(DateTime lastModified)"
nameWithType: "FileProperties.withLastModified(DateTime lastModified)"
summary: "Set the last<wbr>Modified value."
parameters:
- description: "the lastModified value to set"
name: "lastModified"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FileProperties withLastModified(DateTime lastModified)"
desc: "Set the lastModified value."
returns:
description: "the FileProperties object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.FileProperties?alt=com.microsoft.azure.batch.protocol.models.FileProperties&text=FileProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of a file on a Compute Node."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0