Class ResourcesTransformationStripPrefix
Transform resources by stripping a prefix from the object name in the bucket
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public sealed class ResourcesTransformationStripPrefix : AResourcesTransformation
Constructors
ResourcesTransformationStripPrefix(string)
Build a resources transformation stripping prefixes
Declaration
public ResourcesTransformationStripPrefix(string prefix)
Parameters
Type | Name | Description |
---|---|---|
string | prefix | The prefix to strip |
Properties
Prefix
Prefix to strip
Declaration
public string Prefix { get; }
Property Value
Type | Description |
---|---|
string |