• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Database File Element

API Type:
Varigence.Languages.Biml.Table.AstDatabaseFileNode
X-Ref:
  • Ast Database File Node

Attributes

AttributeAPI TypeDefaultDescription
FilePathString 
Specifies the OS file name or the filestream path for this database file. This is a required property
NameString 
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
FileGrowthString 
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%.
MaximumSizeString 
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.
SizeString 
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

ChildAPI TypeDescription
<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.

© Varigence