Show / Hide Table of Contents

Class RepositoryOptionNames

Predefined names of the repository options.

Inheritance
object
RepositoryOptionNames
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public static class RepositoryOptionNames

Fields

Filter

The filter.

Declaration
public const string Filter = "Filter"
Field Value
Type Description
string

Token

Additional token that can be passed to and from the cloud.

Declaration
public const string Token = "Token"
Field Value
Type Description
string
Remarks

This token can be used to handle sources that support change log. On initial query, an adapter would normally receive some type of a handle (id, token) that can be used in subsequent queries. If a token is passed, then the changes would normally include files that were changed since the original token was generated.

In this article
Back to top Generated by DocFX