AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The configuration for what files should be pulled from the source.

Inheritance Hierarchy

System.Object
  Amazon.AppIntegrationsService.Model.FileConfiguration

Namespace: Amazon.AppIntegrationsService.Model
Assembly: AWSSDK.AppIntegrationsService.dll
Version: 3.x.y.z

Syntax

C#
public class FileConfiguration

The FileConfiguration type exposes the following members

Constructors

NameDescription
Public Method FileConfiguration()

Properties

NameTypeDescription
Public Property Filters System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>

Gets and sets the property Filters.

Restrictions for what files should be pulled from the source.

Public Property Folders System.Collections.Generic.List<System.String>

Gets and sets the property Folders.

Identifiers for the source folders to pull all files from recursively.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5