Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
FileProperties |
FileOperations.getFilePropertiesFromComputeNode(String poolId,
String nodeId,
String fileName)
Gets information about a file on a compute node.
|
FileProperties |
FileOperations.getFilePropertiesFromComputeNode(String poolId,
String nodeId,
String fileName,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets information about a file on a compute node.
|
FileProperties |
FileOperations.getFilePropertiesFromTask(String jobId,
String taskId,
String fileName)
Gets information about a file from the specified task's directory on its compute node.
|
FileProperties |
FileOperations.getFilePropertiesFromTask(String jobId,
String taskId,
String fileName,
Iterable<BatchClientBehavior> additionalBehaviors)
Gets information about a file from the specified task's directory on its compute node.
|
Modifier and Type | Method and Description |
---|---|
FileProperties |
NodeFile.properties()
Get the properties value.
|
FileProperties |
FileProperties.withContentLength(long contentLength)
Set the contentLength value.
|
FileProperties |
FileProperties.withContentType(String contentType)
Set the contentType value.
|
FileProperties |
FileProperties.withCreationTime(org.joda.time.DateTime creationTime)
Set the creationTime value.
|
FileProperties |
FileProperties.withFileMode(String fileMode)
Set the fileMode value.
|
FileProperties |
FileProperties.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
Modifier and Type | Method and Description |
---|---|
NodeFile |
NodeFile.withProperties(FileProperties properties)
Set the properties value.
|
Copyright © 2019. All rights reserved.