_FsrmStorageModuleType Enumeration

 

Defines the possible storage module types.

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

Public Enumeration _FsrmStorageModuleType

Member nameDescription
FsrmStorageModuleType_Cache

The storage module caches classification properties for quick access. This type is reserved for use by FSRM and should not be used by any third party providers.

FsrmStorageModuleType_Database

The storage module stores classification properties in a database.

FsrmStorageModuleType_InFile

The storage module stores classification properties within the file itself.

FsrmStorageModuleType_System

The storage module stores classification properties in system data store. This type is reserved for use by FSRM and should not be used by any third party providers.

Windows Server 2008 R2: This storage module type is not supported before Windows Server 2012.

FsrmStorageModuleType_Unknown

The module type is unknown. Do not use this value.

Return to top

Community Additions

ADD
Show: