Entity.DataCompressionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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