Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-aisearch
v1
RemoveDataResponse
Interface RemoveDataResponse
Response for RemoveData.
interface
RemoveDataResponse
{
result
?:
DataModificationResult
;
status
?:
DataModificationStatus
;
}
Index
Properties
result?
status?
Properties
Optional
result
result
?:
DataModificationResult
Per-row outcome of the delete.
Optional
status
status
?:
DataModificationStatus
Overall status of the delete.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
result
status
Databricks SDK for JavaScript
Loading...
Response for RemoveData.