Show / Hide Table of Contents

Interface IRepositoryPartitionFile

Repository File with Partition Hint.

Inherited Members
IRepositoryFile.FileId
IRepositoryFile.Metadata
Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public interface IRepositoryPartitionFile : IRepositoryFile

Properties

PartitionHint

Gets or sets the partition hint.

Declaration
string? PartitionHint { get; }
Property Value
Type Description
System.Nullable<System.String>

The partition hint.

Remarks

PartitionHint is used to distribute work across adapters or threads. Files with different partition hints can be distributed to separate adapters.

PartitionHint is only set during the file list retrieval (RetrieveFileListAsync(RetrieveFileListRequest, IFileListResultsHandler, CancellationToken) method).

In This Article
Back to top Generated by DocFX