Share via


MetadataDeserializationOptions Class

Definition

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

   Represents the set of options that are used during a metadata serialization action.
public class MetadataDeserializationOptions : ICloneable
type MetadataDeserializationOptions = class
    interface ICloneable
Public Class MetadataDeserializationOptions
Implements ICloneable
Inheritance
MetadataDeserializationOptions
Implements

Remarks

A MetadataDeserializationOptions instance is immutable; to set up the actual options, use the MetadataDeserializationOptionsBuilder class.

Properties

Compatibility

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

Gets an optional compatibility options that should be used when deserializing the metadata.

RaiseErrorOnUnresolvedLinks

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

Gets an indication if errors are raised when unresolved links are detected in the deserialized metadata.

Explicit Interface Implementations

ICloneable.Clone()

Applies to