Click or drag to resize

JobDownloadParametersExcludeFileGlobs Property

the 'glob' pattern of blobs to exclude from the download. A 'glob' pattern uses ? and * characters to select matching blobs.

Namespace: RCS.Carbon.Shared
Assembly: RCS.Carbon.Shared (in RCS.Carbon.Shared.dll) Version: 9.0.12
Syntax
C#
public string[] ExcludeFileGlobs { get; }

Property Value

String
Example
C#
*.met
test*.vtr
q?.txt
See Also