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.AzCopy.
- Assembly
- Cake
.AzCopy .dll - Namespace
- Cake
.AzCopy - Base Types
-
- ToolSettings
graph BT
Type-->Base0["ToolSettings"]
Type["AzCopySettings"]
class Type type-node
Syntax
public class AzCopySettings : ToolSettings
Constructors
Name | Summary |
---|---|
AzCopySettings |
Properties
Name | Value | Summary |
---|---|---|
BlobType | Nullable |
|
ConcurrentOperations | int | |
Delimiter | Nullable |
|
DestinationKey | string | |
DestinationSAS | string | |
File |
Nullable |
|
LogFile | FilePath | |
ParameterFiles | List |
|
Pattern | string | |
PayloadFormat | PayloadFormat | |
Recursive | bool | |
SourceKey | string | |
SourceSAS | string | |
TargetContentType | string | |
UseChecksum | bool |
Methods
Name | Value | Summary |
---|---|---|
BuildLinuxArguments |
Process |
|
Build |
Process |
Extension Methods
Name | Value | Summary |
---|---|---|
AddResponseFile |
AzCopySettings |
Requires the Cake.AzCopy addin
|
CopyRecursively |
AzCopySettings |
Requires the Cake.AzCopy addin
|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
EnableChecksums |
AzCopySettings |
Requires the Cake.AzCopy addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
LogToFile |
AzCopySettings |
Requires the Cake.AzCopy addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
SetBlobType |
AzCopySettings |
Requires the Cake.AzCopy addin
|
SetBlobType |
AzCopySettings |
Requires the Cake.AzCopy addin
|
Set |
AzCopySettings |
Requires the Cake.AzCopy addin
|
SetContentType |
AzCopySettings |
Requires the Cake.AzCopy addin
|
SetFileBehaviour |
AzCopySettings |
Requires the Cake.AzCopy addin
|
SetPayloadFormat |
AzCopySettings |
Requires the Cake.AzCopy addin
|
SetPayloadFormat |
AzCopySettings |
Requires the Cake.AzCopy addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|
UseDelimiter |
AzCopySettings |
Requires the Cake.AzCopy addin
|
Use |
AzCopySettings |
Requires the Cake.AzCopy addin
|
Use |
AzCopySettings |
Requires the Cake.AzCopy addin
|
UsePattern |
AzCopySettings |
Requires the Cake.AzCopy addin
|
UseSourceAccountKey |
AzCopySettings |
Requires the Cake.AzCopy addin
|
UseSourceSignature |
AzCopySettings |
Requires the Cake.AzCopy addin
|