다음을 통해 공유


_FsrmFileManagementType Enumeration

 

Defines the file management job types.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

public enum _FsrmFileManagementType
public enum class _FsrmFileManagementType
type _FsrmFileManagementType
Public Enumeration _FsrmFileManagementType

Members

Member name Description
FsrmFileManagementType_Custom

This file management job runs a custom action on files meeting the specified criteria.

FsrmFileManagementType_Expiration

The file management job expires files meeting the specified criteria.

FsrmFileManagementType_Rms

The file management jobs runs an RMS action on files meeting the specified criteria.

Windows Server 2008 R2: This enumeration value is not supported before Windows Server 2012.

FsrmFileManagementType_Unknown

The file management type is unknown; do not use this value.

See Also

OperationType
Microsoft.Storage Namespace

Return to top