Share via


MaterializedViewDefinition interface

Materialized View definition for the container.

Properties

definition

The definition should be an SQL query which would be used to fetch data from the source container to populate into the Materialized View container.

sourceCollectionId

The name of the source container on which the Materialized View will be created.

sourceCollectionRid

An unique identifier for the source collection. This is a system generated property. NOTE: This property will not be serialized. It can only be populated by the server.

throughputBucketForBuild

Throughput bucket assigned for the materialized view operations on target container.

Property Details

definition

The definition should be an SQL query which would be used to fetch data from the source container to populate into the Materialized View container.

definition: string

Property Value

string

sourceCollectionId

The name of the source container on which the Materialized View will be created.

sourceCollectionId: string

Property Value

string

sourceCollectionRid

An unique identifier for the source collection. This is a system generated property. NOTE: This property will not be serialized. It can only be populated by the server.

sourceCollectionRid?: string

Property Value

string

throughputBucketForBuild

Throughput bucket assigned for the materialized view operations on target container.

throughputBucketForBuild?: number

Property Value

number