Entity.DataCompressionType Property

Definition

Specifies the type of the data compression.

public:
 property Microsoft::MasterDataServices::Services::DataContracts::DataCompressionType DataCompressionType { Microsoft::MasterDataServices::Services::DataContracts::DataCompressionType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::DataCompressionType value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public Microsoft.MasterDataServices.Services.DataContracts.DataCompressionType DataCompressionType { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.DataCompressionType : Microsoft.MasterDataServices.Services.DataContracts.DataCompressionType with get, set
Public Property DataCompressionType As DataCompressionType

Property Value

The type of the data compression.

Attributes

Applies to