| Package | Description |
|---|---|
| com.databricks.sdk | |
| com.databricks.sdk.service.catalog | |
| com.databricks.sdk.service.sharing |
| Class and Description |
|---|
| AccountMetastoreAssignmentsAPI
These APIs manage metastore assignments to a workspace.
|
| AccountMetastoreAssignmentsService
These APIs manage metastore assignments to a workspace.
|
| AccountMetastoresAPI
These APIs manage Unity Catalog metastores for an account.
|
| AccountMetastoresService
These APIs manage Unity Catalog metastores for an account.
|
| AccountStorageCredentialsAPI
These APIs manage storage credentials for a particular metastore.
|
| AccountStorageCredentialsService
These APIs manage storage credentials for a particular metastore.
|
| CatalogsAPI
A catalog is the first layer of Unity Catalog’s three-level namespace.
|
| CatalogsService
A catalog is the first layer of Unity Catalog’s three-level namespace.
|
| ConnectionsAPI
Connections allow for creating a connection to an external data source.
|
| ConnectionsService
Connections allow for creating a connection to an external data source.
|
| ExternalLocationsAPI
An external location is an object that combines a cloud storage path with a storage credential
that authorizes access to the cloud storage path.
|
| ExternalLocationsService
An external location is an object that combines a cloud storage path with a storage credential
that authorizes access to the cloud storage path.
|
| FunctionsAPI
Functions implement User-Defined Functions (UDFs) in Unity Catalog.
|
| FunctionsService
Functions implement User-Defined Functions (UDFs) in Unity Catalog.
|
| GrantsAPI
In Unity Catalog, data is secure by default.
|
| GrantsService
In Unity Catalog, data is secure by default.
|
| MetastoresAPI
A metastore is the top-level container of objects in Unity Catalog.
|
| MetastoresService
A metastore is the top-level container of objects in Unity Catalog.
|
| SchemasAPI
A schema (also called a database) is the second layer of Unity Catalog’s three-level namespace.
|
| SchemasService
A schema (also called a database) is the second layer of Unity Catalog’s three-level namespace.
|
| StorageCredentialsAPI
A storage credential represents an authentication and authorization mechanism for accessing data
stored on your cloud tenant.
|
| StorageCredentialsService
A storage credential represents an authentication and authorization mechanism for accessing data
stored on your cloud tenant.
|
| SystemSchemasAPI
A system schema is a schema that lives within the system catalog.
|
| SystemSchemasService
A system schema is a schema that lives within the system catalog.
|
| TableConstraintsAPI
Primary key and foreign key constraints encode relationships between fields in tables.
|
| TableConstraintsService
Primary key and foreign key constraints encode relationships between fields in tables.
|
| TablesAPI
A table resides in the third layer of Unity Catalog’s three-level namespace.
|
| TablesService
A table resides in the third layer of Unity Catalog’s three-level namespace.
|
| VolumesAPI
Volumes are a Unity Catalog (UC) capability for accessing, storing, governing, organizing and
processing files.
|
| VolumesService
Volumes are a Unity Catalog (UC) capability for accessing, storing, governing, organizing and
processing files.
|
| WorkspaceBindingsAPI
A catalog in Databricks can be configured as __OPEN__ or __ISOLATED__.
|
| WorkspaceBindingsService
A catalog in Databricks can be configured as __OPEN__ or __ISOLATED__.
|
| Class and Description |
|---|
| AccountMetastoreAssignmentsService
These APIs manage metastore assignments to a workspace.
|
| AccountMetastoresService
These APIs manage Unity Catalog metastores for an account.
|
| AccountsCreateMetastore |
| AccountsCreateMetastoreAssignment |
| AccountsCreateStorageCredential |
| AccountsMetastoreAssignment |
| AccountsMetastoreInfo |
| AccountsStorageCredentialInfo |
| AccountStorageCredentialsService
These APIs manage storage credentials for a particular metastore.
|
| AccountsUpdateMetastore |
| AccountsUpdateMetastoreAssignment |
| AccountsUpdateStorageCredential |
| AwsIamRole |
| AzureManagedIdentity |
| AzureServicePrincipal |
| CatalogInfo |
| CatalogsService
A catalog is the first layer of Unity Catalog’s three-level namespace.
|
| CatalogType
The type of the catalog.
|
| ColumnInfo |
| ColumnMask |
| ColumnTypeName
Name of type (INT, STRUCT, MAP, etc.).
|
| ConnectionInfo |
| ConnectionInfoSecurableKind
Kind of connection securable.
|
| ConnectionsService
Connections allow for creating a connection to an external data source.
|
| ConnectionType
The type of connection.
|
| CreateCatalog |
| CreateConnection |
| CreateExternalLocation |
| CreateFunction |
| CreateFunctionParameterStyle
Function parameter style.
|
| CreateFunctionRoutineBody
Function language.
|
| CreateFunctionSecurityType
Function security type.
|
| CreateFunctionSqlDataAccess
Function SQL data access.
|
| CreateMetastore |
| CreateMetastoreAssignment |
| CreateMetastoreAssignmentsResponseItem |
| CreateSchema |
| CreateStorageCredential |
| CreateTableConstraint |
| CreateVolumeRequestContent |
| CredentialType
The type of credential.
|
| CurrentWorkspaceBindings
Currently assigned workspaces
|
| DatabricksGcpServiceAccountResponse |
| DataSourceFormat
Data source format
|
| DeleteAccountMetastoreAssignmentRequest
Delete a metastore assignment
|
| DeleteAccountMetastoreRequest
Delete a metastore
|
| DeleteAccountStorageCredentialRequest
Delete a storage credential
|
| DeleteCatalogRequest
Delete a catalog
|
| DeleteConnectionRequest
Delete a connection
|
| DeleteExternalLocationRequest
Delete an external location
|
| DeleteFunctionRequest
Delete a function
|
| DeleteMetastoreRequest
Delete a metastore
|
| DeleteSchemaRequest
Delete a schema
|
| DeleteStorageCredentialRequest
Delete a credential
|
| DeleteTableConstraintRequest
Delete a table constraint
|
| DeleteTableRequest
Delete a table
|
| DeleteVolumeRequest
Delete a Volume
|
| DeltaRuntimePropertiesKvPairs
Properties pertaining to the current state of the delta table as given by the commit server.
|
| Dependency
A dependency of a SQL object.
|
| DisableRequest
Disable a system schema
|
| DisableSchemaName |
| EffectiveAutoMaintenanceFlag |
| EffectiveAutoMaintenanceFlagInheritedFromType
The type of the object from which the flag was inherited.
|
| EffectivePermissionsList |
| EffectivePrivilege |
| EffectivePrivilegeAssignment |
| EnableAutoMaintenance
Whether auto maintenance should be enabled for this object and objects under it.
|
| EnableRequest
Enable a system schema
|
| EnableSchemaName |
| EncryptionDetails
Encryption options that apply to clients connecting to cloud storage.
|
| ExternalLocationInfo |
| ExternalLocationsService
An external location is an object that combines a cloud storage path with a storage credential
that authorizes access to the cloud storage path.
|
| ForeignKeyConstraint |
| FunctionDependency
A function that is dependent on a SQL object.
|
| FunctionInfo |
| FunctionInfoParameterStyle
Function parameter style.
|
| FunctionInfoRoutineBody
Function language.
|
| FunctionInfoSecurityType
Function security type.
|
| FunctionInfoSqlDataAccess
Function SQL data access.
|
| FunctionParameterInfo |
| FunctionParameterMode
The mode of the function parameter.
|
| FunctionParameterType
The type of function parameter.
|
| FunctionsService
Functions implement User-Defined Functions (UDFs) in Unity Catalog.
|
| GetAccountMetastoreAssignmentRequest
Gets the metastore assignment for a workspace
|
| GetAccountMetastoreRequest
Get a metastore
|
| GetAccountStorageCredentialRequest
Gets the named storage credential
|
| GetCatalogRequest
Get a catalog
|
| GetConnectionRequest
Get a connection
|
| GetEffectiveRequest
Get effective permissions
|
| GetExternalLocationRequest
Get an external location
|
| GetFunctionRequest
Get a function
|
| GetGrantRequest
Get permissions
|
| GetMetastoreRequest
Get a metastore
|
| GetMetastoreSummaryResponse |
| GetMetastoreSummaryResponseDeltaSharingScope
The scope of Delta Sharing enabled for the metastore.
|
| GetSchemaRequest
Get a schema
|
| GetStorageCredentialRequest
Get a credential
|
| GetTableRequest
Get a table
|
| GetWorkspaceBindingRequest
Get catalog workspace bindings
|
| GrantsService
In Unity Catalog, data is secure by default.
|
| IsolationMode
Whether the current securable is accessible from all workspaces or a specific set of workspaces.
|
| ListAccountMetastoreAssignmentsRequest
Get all workspaces assigned to a metastore
|
| ListAccountStorageCredentialsRequest
Get all storage credentials assigned to a metastore
|
| ListCatalogsResponse |
| ListConnectionsResponse |
| ListExternalLocationsResponse |
| ListFunctionsRequest
List functions
|
| ListFunctionsResponse |
| ListMetastoresResponse |
| ListSchemasRequest
List schemas
|
| ListSchemasResponse |
| ListStorageCredentialsResponse |
| ListSummariesRequest
List table summaries
|
| ListSystemSchemasRequest
List system schemas
|
| ListSystemSchemasResponse |
| ListTablesRequest
List tables
|
| ListTablesResponse |
| ListTableSummariesResponse |
| ListVolumesRequest
List Volumes
|
| ListVolumesResponseContent |
| MetastoreAssignment |
| MetastoreInfo |
| MetastoreInfoDeltaSharingScope
The scope of Delta Sharing enabled for the metastore.
|
| MetastoresService
A metastore is the top-level container of objects in Unity Catalog.
|
| NamedTableConstraint |
| PermissionsChange |
| PermissionsList |
| PrimaryKeyConstraint |
| Privilege |
| PrivilegeAssignment |
| ProvisioningState
Status of an asynchronously provisioned resource.
|
| ReadVolumeRequest
Get a Volume
|
| SchemaInfo |
| SchemasService
A schema (also called a database) is the second layer of Unity Catalog’s three-level namespace.
|
| SecurableType
The type of Unity Catalog securable
|
| SseEncryptionDetails
Server-Side Encryption properties for clients communicating with AWS s3.
|
| SseEncryptionDetailsAlgorithm
The type of key encryption to use (affects headers from s3 client).
|
| StorageCredentialInfo |
| StorageCredentialsService
A storage credential represents an authentication and authorization mechanism for accessing data
stored on your cloud tenant.
|
| SystemSchemaInfo |
| SystemSchemaInfoState
The current state of enablement for the system schema.
|
| SystemSchemasService
A system schema is a schema that lives within the system catalog.
|
| TableConstraint
A table constraint, as defined by *one* of the following fields being set:
__primary_key_constraint__, __foreign_key_constraint__, __named_table_constraint__.
|
| TableConstraintList |
| TableConstraintsService
Primary key and foreign key constraints encode relationships between fields in tables.
|
| TableDependency
A table that is dependent on a SQL object.
|
| TableInfo |
| TableRowFilter |
| TablesService
A table resides in the third layer of Unity Catalog’s three-level namespace.
|
| TableSummary |
| TableType |
| UnassignRequest
Delete an assignment
|
| UpdateAutoMaintenance |
| UpdateAutoMaintenanceResponse |
| UpdateCatalog |
| UpdateConnection |
| UpdateExternalLocation |
| UpdateFunction |
| UpdateMetastore |
| UpdateMetastoreAssignment |
| UpdateMetastoreDeltaSharingScope
The scope of Delta Sharing enabled for the metastore.
|
| UpdatePermissions |
| UpdatePredictiveOptimization |
| UpdatePredictiveOptimizationResponse |
| UpdateSchema |
| UpdateStorageCredential |
| UpdateTableRequest
Update a table owner.
|
| UpdateVolumeRequestContent |
| UpdateWorkspaceBindings |
| ValidateStorageCredential |
| ValidateStorageCredentialResponse |
| ValidationResult |
| ValidationResultOperation
The operation tested.
|
| ValidationResultResult
The results of the tested operation.
|
| VolumeInfo |
| VolumesService
Volumes are a Unity Catalog (UC) capability for accessing, storing, governing, organizing and
processing files.
|
| VolumeType |
| WorkspaceBindingsService
A catalog in Databricks can be configured as __OPEN__ or __ISOLATED__.
|
| Class and Description |
|---|
| PermissionsChange |
| PermissionsList |
Copyright © 2023. All rights reserved.