Click or drag to resize

JobUploadParametersToLowerDirPatterns Property

Blobs will have their names converted to lowercase if their full name matches one these regular expression patterns (case insensitive). Example: 'CaseData/Age.met' will be uploaded as 'CaseData/age.met'.

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

Property Value

String
See Also