InputTypes Class
InputTypes is an enumeration of values for the input types of a dataset.
Input types are used to identify the type of an asset.
- Inheritance
-
builtins.objectInputTypes
Constructor
InputTypes()
Attributes
BOOLEAN
Boolean input type.
BOOLEAN = 'boolean'
INTEGER
Integer input type.
INTEGER = 'integer'
NUMBER
Number input type.
NUMBER = 'number'
STRING
String input type.
STRING = 'string'
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python