ParquetSerialization Constructors
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.
Overloads
ParquetSerialization() |
Initializes a new instance of the ParquetSerialization class. |
ParquetSerialization(Object) |
Initializes a new instance of the ParquetSerialization class. |
ParquetSerialization()
Initializes a new instance of the ParquetSerialization class.
public ParquetSerialization();
Public Sub New ()
Applies to
ParquetSerialization(Object)
Initializes a new instance of the ParquetSerialization class.
public ParquetSerialization(object properties = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.ParquetSerialization : obj -> Microsoft.Azure.Management.StreamAnalytics.Models.ParquetSerialization
Public Sub New (Optional properties As Object = Nothing)
Parameters
- properties
- Object
The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET