Show / Hide Table of Contents

Class B2ConfigCommand

Inheritance
System.Object
B2ConfigCommand
Namespace: Cloud_ShareSync.Core.Configuration.CommandLine
Assembly: Cloud-ShareSync.Core.Configuration.dll
Syntax
public class B2ConfigCommand : Command

Constructors

| Improve this Doc View Source

B2ConfigCommand(Option<FileInfo>)

Declaration
public B2ConfigCommand(Option<FileInfo> configPath)
Parameters
Type Name Description
Option<FileInfo> configPath

Fields

| Improve this Doc View Source

_applicationKeyIdOption

Declaration
readonly Option<string> _applicationKeyIdOption
Field Value
Type Description
Option<System.String>
| Improve this Doc View Source

_applicationKeyOption

Declaration
readonly Option<string> _applicationKeyOption
Field Value
Type Description
Option<System.String>
| Improve this Doc View Source

_bucketIdOption

Declaration
readonly Option<string> _bucketIdOption
Field Value
Type Description
Option<System.String>
| Improve this Doc View Source

_bucketNameOption

Declaration
readonly Option<string> _bucketNameOption
Field Value
Type Description
Option<System.String>
| Improve this Doc View Source

_maxConsecutiveErrorsOption

Declaration
readonly Option<int> _maxConsecutiveErrorsOption
Field Value
Type Description
Option<System.Int32>
| Improve this Doc View Source

_processThreadsOption

Declaration
readonly Option<int> _processThreadsOption
Field Value
Type Description
Option<System.Int32>

Methods

| Improve this Doc View Source

SetApplicationKeyIdOptionAlias()

Declaration
void SetApplicationKeyIdOptionAlias()
| Improve this Doc View Source

SetApplicationKeyOptionAlias()

Declaration
void SetApplicationKeyOptionAlias()
| Improve this Doc View Source

SetB2ConfigCommandHandler(Option<FileInfo>)

Declaration
void SetB2ConfigCommandHandler(Option<FileInfo> configPath)
Parameters
Type Name Description
Option<FileInfo> configPath
| Improve this Doc View Source

SetBucketIdOptionAlias()

Declaration
void SetBucketIdOptionAlias()
| Improve this Doc View Source

SetBucketNameOptionAlias()

Declaration
void SetBucketNameOptionAlias()
| Improve this Doc View Source

SetMaxConsecutiveErrorsOptionAlias()

Declaration
void SetMaxConsecutiveErrorsOptionAlias()
| Improve this Doc View Source

SetProcessThreadsOptionAlias()

Declaration
void SetProcessThreadsOptionAlias()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾