Database File Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
FilePath | String | Specifies the OS file name or the filestream path for this database file. 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 | |
FileGrowth | String | Specifies the amount by which the file size should grow when it becomes full.Values should be in the format: size [KB | MB | GB | TB | %]. For example, to specify a 3 gigabyte file growth, use: 3GB. To specify a 10 percent file growth, use: 10%. | |
MaximumSize | String | Specifies the maximum size of this database file. Values should be in the format: size [KB | MB | GB | TB ] | UNLIMITED. For example, to specify a 3 gigabyte file limit, use: 3GB. To specify no limit on the file size, use: UNLIMITED. | |
Size | String | Specifies the initial size of this database file. Values should be in the format: size [KB | MB | GB | TB ]. For example, to specify a 3 gigabyte file, use: 3GB. |
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. |