SingleStoreDB
1.8.0
Contents:
Installation
What’s New
Getting Started
API Reference
Connections
Utilities
Management API
singlestoredb.manage_workspaces
WorkspaceManager
WorkspaceGroup
Workspace
Region
Stage
workspace.Stage
workspace.stage.open
workspace.stage.download_file
workspace.stage.download_folder
workspace.stage.upload_file
workspace.stage.upload_folder
workspace.stage.info
workspace.stage.listdir
workspace.stage.exists
workspace.stage.is_dir
workspace.stage.is_file
workspace.stage.mkdir
workspace.stage.rename
workspace.stage.remove
workspace.stage.removedirs
workspace.stage.rmdir
StageObject
Notebook Tools
Configuration
License
SingleStoreDB
API Reference
singlestoredb.management.workspace.Stage.is_file
View page source
singlestoredb.management.workspace.Stage.is_file
¶
Stage.
is_file
(
stage_path
:
str
|
PathLike
[
str
]
)
→
bool
¶
Is the given stage path a file?
Parameters
:
stage_path
(
Path
or
str
) – Path to stage object
Return type
:
bool