Show / Hide Table of Contents

Class CdfConnectionConfig

Shared configuration for configuring the connection to CDF.

Inheritance
object
CdfConnectionConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extractor.Utils.Unstable.Configuration
Assembly: ExtractorUtils.dll
Syntax
public class CdfConnectionConfig

Properties

| Edit this page View Source

Retries

Configuration for retries of failed requests to CDF.

Declaration
public RetryConfig Retries { get; set; }
Property Value
Type Description
RetryConfig
| Edit this page View Source

SslCertificates

Configuration for details around verification of SSL certificates.

Declaration
public CertificateConfig SslCertificates { get; set; }
Property Value
Type Description
CertificateConfig

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX