USqlType Class
A Data Lake Analytics catalog U-SQL type item.
- Inheritance
-
Constructor
USqlType(*, compute_account_name: Optional[str] = None, version: Optional[str] = None, database_name: Optional[str] = None, schema_name: Optional[str] = None, name: Optional[str] = None, type_family: Optional[str] = None, c_sharp_name: Optional[str] = None, full_csharp_name: Optional[str] = None, system_type_id: Optional[int] = None, user_type_id: Optional[int] = None, schema_id: Optional[int] = None, principal_id: Optional[int] = None, is_nullable: Optional[bool] = None, is_user_defined: Optional[bool] = None, is_assembly_type: Optional[bool] = None, is_table_type: Optional[bool] = None, is_complex_type: Optional[bool] = None, **kwargs)
Parameters
- compute_account_name
-
str
Required
the name of the Data Lake Analytics account.
- version
-
str
Required
the version of the catalog item.
- database_name
-
str
Required
the name of the database.
- schema_name
-
str
Required
the name of the schema associated with this table and
database.
- name
-
str
Required
the name of type for this type.
- type_family
-
str
Required
the type family for this type.
- c_sharp_name
-
str
Required
the C# name for this type.
- full_csharp_name
-
str
Required
the fully qualified C# name for this type.
- system_type_id
-
int
Required
the system type ID for this type.
- user_type_id
-
int
Required
the user type ID for this type.
- schema_id
-
int
Required
the schema ID for this type.
- principal_id
-
int
Required
the principal ID for this type.
- is_nullable
-
bool
Required
the the switch indicating if this type is nullable.
- is_user_defined
-
bool
Required
the the switch indicating if this type is user
defined.
- is_assembly_type
-
bool
Required
the the switch indicating if this type is an
assembly type.
- is_table_type
-
bool
Required
the the switch indicating if this type is a table
type.
- is_complex_type
-
bool
Required
the the switch indicating if this type is a
complex type.