Class NetworkOptions.Defaults
Defaults for network settings.
Namespace: Tableau.Migration.Config
Assembly: Tableau.Migration.dll
Syntax
public static class NetworkOptions.Defaults
Fields
FILE_CHUNK_SIZE_KB
The default file chunk size in Kilobytes.
Declaration
public const int FILE_CHUNK_SIZE_KB = 65536
Field Value
Type | Description |
---|---|
int |
LOG_BINARY_CONTENT_ENABLED
The default Network Binary Content Logging Flag - Disabled as Default.
Declaration
public const bool LOG_BINARY_CONTENT_ENABLED = false
Field Value
Type | Description |
---|---|
bool |
LOG_CONTENT_ENABLED
The default Network Content Logging Flag - Disabled as Default.
Declaration
public const bool LOG_CONTENT_ENABLED = false
Field Value
Type | Description |
---|---|
bool |
LOG_EXCEPTIONS_ENABLED
The default Network Exceptions Logging Flag - Disabled as Default.
Declaration
public const bool LOG_EXCEPTIONS_ENABLED = false
Field Value
Type | Description |
---|---|
bool |
LOG_HEADERS_ENABLED
The default Network Headers Logging Flag - Disabled as Default.
Declaration
public const bool LOG_HEADERS_ENABLED = false
Field Value
Type | Description |
---|---|
bool |
USER_AGENT_COMMENT
The default omitted user agent comment.
Declaration
public const string? USER_AGENT_COMMENT = null
Field Value
Type | Description |
---|---|
string |