Show / Hide Table of Contents

Class RepositoryOptionNames

Predefined names of the repository options.

Inheritance
System.Object
RepositoryOptionNames
Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public static class RepositoryOptionNames : object

Fields

Filter

The filter.

Declaration
public const string Filter = null
Field Value
Type Description
System.String

Token

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

Declaration
public const string Token = null
Field Value
Type Description
System.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