다음을 통해 공유


_FsrmPropertyBagFlags Enumeration

 

Defines flag values that provide additional information about the property bag.

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

Syntax

public enum _FsrmPropertyBagFlags
public enum class _FsrmPropertyBagFlags
type _FsrmPropertyBagFlags
Public Enumeration _FsrmPropertyBagFlags

Members

Member name Description
FsrmPropertyBagFlags_FailedClassifyingProperties

The properties in the property bag may only be partially classified because a failure occurred while classifying properties.

FsrmPropertyBagFlags_FailedLoadingProperties

The properties in the property bag may only be partially classified because a failure occurred while loading properties from storage.

FsrmPropertyBagFlags_FailedSavingProperties

The properties in the property bag failed to be saved by the storage module with the highest precedence.

FsrmPropertyBagFlags_UpdatedByClassifier

The properties in the property bag were updated by a classifier.

See Also

PropertyBagFlags
Microsoft.Storage Namespace

Return to top