_FsrmGetFilePropertyOptions Enumeration

 

Flags that defines how classification properties associated with a file are retrieved.

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

Syntax

public enum _FsrmGetFilePropertyOptions
public enum class _FsrmGetFilePropertyOptions
type _FsrmGetFilePropertyOptions
Public Enumeration _FsrmGetFilePropertyOptions

Members

Member name Description
FsrmGetFilePropertyOptions_FailOnPersistErrors

If the FsrmGetFilePropertyOptions_Persistent flag is set but the properties were unable to be stored with the file, return a failure for the operation. If this flag is clear the operation will not fail even though the properties were not persisted with the file.

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

FsrmGetFilePropertyOptions_None

Retrieve the most up-to-date classification properties. Using this value may require more time than the FsrmGetFilePropertyOptions_NoRuleEvaluation value.

FsrmGetFilePropertyOptions_NoRuleEvaluation

Retrieve classification properties from cache or storage without using any rule evaluation.

FsrmGetFilePropertyOptions_Persistent

After retrieving the classification properties (and possibly reclassifying the file in the process), store the classification properties with the file.

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

FsrmGetFilePropertyOptions_SkipOrphaned

If the FsrmGetFilePropertyOptions_Persistent flag is set, skip any properties stored with the file that are not also defined for the computer.

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

See Also

EnumFileProperties
GetFileProperty
Microsoft.Storage Namespace

Return to top