共用方式為


Configuration Class

Definition

Class Configuration. Implements the IConfiguration

public class Configuration : Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IConfiguration
type Configuration = class
    interface IConfiguration
Public Class Configuration
Implements IConfiguration
Inheritance
Configuration
Implements

Constructors

Configuration()

Initializes a new instance of the Configuration class.

Methods

BlacklistOfCodePoints()

Blacklists the of code points.

InvalidFileNames()

Invalids the file names.

MaximumDatasetSizeInBytes()

Maximums the dataset size in bytes.

MaximumFilenameLength()

Maximums the length of the filename.

MaximumFileSizeInBytes()

Maximums the file size in bytes.

MaximumPathLength()

Maximums the length of the path.

MaximumTreeDepth()

Maximums the tree depth.

ValidFilesystems()

Valids the filesystems.

ValidOsSKU()

Valids the os sku.

ValidOsVersions()

Valids the os versions.

Applies to

See also