Partition Scheme Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
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 | |
PartitionFunctionName | AstPartitionFunctionNode | A reference to the partition function that will use this partition scheme. This is a required reference to an existing definiton. | |
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. | |
SingleFilegroup | Boolean | False | If True, indicates that all partitions map to a single filegroup. If false, partitions will be mapped to multiple filegroups. |
Collection Children
Child | API Type | Description |
---|---|---|
<Filegroups> <Filegroup /> </Filegroups> | String | Defines the names of the filegroups to hold the partitions. The filegroup names must match those defined in the database. This is a required property |
<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. |