attribute {Microsoft.VisualBasic.DataStorage.netCDF.Components} | .NET clr documentation |
属对象性,主要是记录一些注解信息
# namespace Microsoft.VisualBasic.DataStorage.netCDF.Components
export class attribute {
# String with the name of the attribute
name: string;
# String with the type of the attribute
type: CDFDataTypes;
# A number or string with the value of the attribute.
# (如果是bytes数组, 则应该编码为base64字符串之后赋值到这个属性,
# 并且类型应该设置为CDFDataTypes.NC_CHAR, 因为在
# 属性这里不接受数组类型)
value: string;
}
type
: CDFDataTypes