This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Kudu.Client.
Summary
Extends
IKuduClient with virtual file system methods.
- Assembly
- Cake
.Kudu .Client .dll - Namespace
- Cake
.Kudu .Client .Extensions - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["KuduClientVFSExtensions"]
class Type type-node
Syntax
public static class KuduClientVFSExtensions
Methods
| Name | Value | Summary |
|---|---|---|
| VFSCreateDirectory |
void |
Creates directory on remote path.
static
|
| VFSDeleteDirectory |
void |
Deletes remote directory.
static
|
| VFSDeleteFile |
void |
Deletes remote file.
static
|
| VFSDownloadFile |
void |
Downloads remote file locally.
static
|
| VFSDownloadStream |
Stream |
Downloads remote file to stream.
static
|
| VFSDownloadString |
string |
Downloads remote file as string.
static
|
| VFSList |
IKuduVFS |
Lists remote resources for a given path.
static
|
| VFSUploadFile |
void |
Uploads file to remote path.
static
|
| VFSUploadStream |
void |
Uploads stream to remote path.
static
|
| VFSUploadString |
void |
Uploads stream to remote path.
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
