Partager via


FileCollectionAction Class

 

Represents a file collection message action.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.Ccm.FileCollectionAction

Syntax

[SerializableAttribute]
public sealed class FileCollectionAction
[SerializableAttribute]
public ref class FileCollectionAction sealed 
<SerializableAttribute>
Public NotInheritable Class FileCollectionAction

Constructors

Name Description
System_CAPS_pubmethod FileCollectionAction()

Initializes a new instance of the FileCollectionAction class.

Properties

Name Description
System_CAPS_pubproperty ActionType

Gets or sets the action type. This value should not be changed.

System_CAPS_pubproperty DeleteFilesAfterCollection

If true, files are deleted after collection.

System_CAPS_pubproperty DeleteFilesAfterCollectionSerializable

Serializable representation of DeleteFilesAfterCollection. Do not use this property directly.

System_CAPS_pubproperty Description

Gets or sets the description for the action. This value should not be changed.

System_CAPS_pubproperty FileCollectionActionId

Gets or sets the file collection action ID.

System_CAPS_pubproperty FileDestination

Gets or sets the endpoint destination on the management point. This value should not be changed.

System_CAPS_pubproperty FileType

Gets or sets the file type. This value should not be changed.

System_CAPS_pubproperty MaxTotalFileSize

Gets or sets the maximum total file size, in bytes.

System_CAPS_pubproperty ReportFileDetails

If true, file details are reported.

System_CAPS_pubproperty ReportFileDetailsSerializable

Serializable representation of ReportFileDetails. Do not use this property directly.

System_CAPS_pubproperty ReportType

Gets or sets the report type.

System_CAPS_pubproperty ScanInterval

Gets or sets the scan interval, in minutes.

System_CAPS_pubproperty SkipScan

Gets the files to skip when scanning.

System_CAPS_pubproperty SkipScanSerializable

Gets or sets the serializable files to skip when scanning. Do not set this property directly. Use SkipScan instead.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(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.ConfigurationManagement.Messaging.Messages.Ccm Namespace

Return to top