Partition Function Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DataType | DbType | Defines the input parameter type for the partition function This is a required property | |
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
BoundarySide | PartitionBoundarySide | Left | Specifies to which side of each boundary value interval the boundary_value belongs. |
Length | Int32 | 0 | Defines the length of the data type used as the input parameter type. |
PackageSubpath | String | This specifies a file path fragment to use for emitting output files for this database. It is most commonly employed to ensure that the output files for multiple objects will be placed into the same output directory. | |
Precision | Int32 | -1 | Defines the precision of the data type used as the input parameter type. |
Scale | Int32 | -1 | Defines the scale of the data type used as the input parameter type. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<BoundaryValues> <BoundaryValue /> </BoundaryValues> | String | Defines the boundary values that determine the division between partitions. |