Show / Hide Table of Contents

Class ResourcesTransformationStripPrefix

Transform resources by stripping a prefix from the object name in the bucket

Inheritance
object
AResourcesTransformation
ResourcesTransformationStripPrefix
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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
In this article
  • Constructors
    • ResourcesTransformationStripPrefix(string)
  • Properties
    • Prefix
Back to top Generated by DocFX