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 | |
---|---|---|
FileCollectionAction() | Initializes a new instance of the FileCollectionAction class. |
Properties
Name | Description | |
---|---|---|
ActionType | Gets or sets the action type. This value should not be changed. |
|
DeleteFilesAfterCollection | If true, files are deleted after collection. |
|
DeleteFilesAfterCollectionSerializable | Serializable representation of DeleteFilesAfterCollection. Do not use this property directly. |
|
Description | Gets or sets the description for the action. This value should not be changed. |
|
FileCollectionActionId | Gets or sets the file collection action ID. |
|
FileDestination | Gets or sets the endpoint destination on the management point. This value should not be changed. |
|
FileType | Gets or sets the file type. This value should not be changed. |
|
MaxTotalFileSize | Gets or sets the maximum total file size, in bytes. |
|
ReportFileDetails | If true, file details are reported. |
|
ReportFileDetailsSerializable | Serializable representation of ReportFileDetails. Do not use this property directly. |
|
ReportType | Gets or sets the report type. |
|
ScanInterval | Gets or sets the scan interval, in minutes. |
|
SkipScan | Gets the files to skip when scanning. |
|
SkipScanSerializable | Gets or sets the serializable files to skip when scanning. Do not set this property directly. Use SkipScan instead. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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