OutputFile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A specification for uploading files from an Azure Batch Compute Node to another location after the Batch service has finished executing the Task process.
public class OutputFile
type OutputFile = class
Public Class OutputFile
- Inheritance
-
OutputFile
Remarks
On every file uploads, Batch service writes two log files to the compute node, 'fileuploadout.txt' and 'fileuploaderr.txt'. These log files are used to learn more about a specific failure.
Constructors
OutputFile() |
Initializes a new instance of the OutputFile class. |
OutputFile(String, OutputFileDestination, OutputFileUploadOptions) |
Initializes a new instance of the OutputFile class. |
Properties
Destination |
Gets or sets the destination for the output file(s). |
FilePattern |
Gets or sets a pattern indicating which file(s) to upload. |
UploadOptions |
Gets or sets additional options for the upload operation, including under what conditions to perform the upload. |
Applies to
Azure SDK for .NET