DatasetCompression Class
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.
The compression method used on a dataset.
public class DatasetCompression
type DatasetCompression = class
Public Class DatasetCompression
- Inheritance
-
DatasetCompression
- Derived
Constructors
DatasetCompression() |
Initializes a new instance of the DatasetCompression class. |
DatasetCompression(IDictionary<String,Object>) |
Initializes a new instance of the DatasetCompression class. |
DatasetCompression(Object, IDictionary<String,Object>, Object) |
Initializes a new instance of the DatasetCompression class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
Level |
Gets or sets the dataset compression level. Type: string (or Expression with resultType string). |
Type |
Gets or sets type of dataset compression. Type: string (or Expression with resultType string). |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET