NodeFileDeleteParameters Class

 

Parameters for a NodeFileOperations.DeleteFromComputeNode or NodeFileOperations.DeleteFromTask request.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Batch.Protocol.Models.BatchParameters
    Microsoft.Azure.Batch.Protocol.Models.NodeFileDeleteParameters

Syntax

public class NodeFileDeleteParameters : BatchParameters
public ref class NodeFileDeleteParameters : BatchParameters
type NodeFileDeleteParameters = 
    class
        inherit BatchParameters
    end
Public Class NodeFileDeleteParameters
    Inherits BatchParameters

Constructors

Name Description
System_CAPS_pubmethod NodeFileDeleteParameters()

Initializes a new instance of the NodeFileDeleteParameters class.

Properties

Name Description
System_CAPS_pubproperty AccessCondition

Optional. Gets or sets conditional headers for the request. (Inherited from BatchParameters.)

System_CAPS_pubproperty ClientRequestId

Optional. Gets or sets an id for the request. (Inherited from BatchParameters.)

System_CAPS_pubproperty DetailLevel

Optional. Gets or sets OData query options for the request. (Inherited from BatchParameters.)

System_CAPS_pubproperty Recursive

Optional. Gets or sets whether to delete children of a directory. If the fileName parameter represents a directory instead of a file, you can set Recursive to true to delete the directory and all of the files and subdirectories in it. If Recursive is false then the directory must be empty or deletion will fail.

System_CAPS_pubproperty ServerTimeout

Optional. Gets or sets the maximum time that the server can spend processing the request, in seconds. The default is 30 seconds. (Inherited from BatchParameters.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top