ParquetPartitionSource Class

Definition

Represents a Partition that its data will be populated by executing a query generated by the system.

public class ParquetPartitionSource : Microsoft.AnalysisServices.Tabular.PartitionSource
type ParquetPartitionSource = class
    inherit PartitionSource
Public Class ParquetPartitionSource
Inherits PartitionSource
Inheritance
ParquetPartitionSource

Remarks

This partition source is only supported when the compatibility level of the database is at 1563 or above.

Constructors

ParquetPartitionSource()

Creates a new instance of the ParquetPartitionSource with default configuration.

Properties

Location

A query assigned to a partition, providing a slice of the dataset stored in the partition.

Partition

Defines the query used to retrieve a rowset of a Table and stores the rowset if the Model is an in-memory model.

(Inherited from PartitionSource)

Applies to