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'
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python