Click or drag to resize

JobDownloadParameters Class

Parameters for the Azure job (container) to local directory download.
Inheritance Hierarchy
SystemObject
  RCS.Carbon.SharedJobDownloadParameters

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public sealed class JobDownloadParameters

The JobDownloadParameters type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleExcludeFileGlobs the 'glob' pattern of blobs to exclude from the download. A 'glob' pattern uses ? and * characters to select matching blobs.
Public propertyExcludeFolders Blob virtual directory part matches to exclude from the download. If the blob's virtual directory prefix parts contain any part of the specified strings then it is excluded from the download.
Public propertyCode exampleIncludeFileGlobs The 'glob' pattern of blobs to include in the download. A 'glob' pattern uses ? and * characters to select matching blobs.
Public propertyIncludeFolders Blob virtual directory part matches to include in the download. If the blob's virtual directory prefix parts contain any part of the specified strings then it is included in the download.
Top
See Also