Chronicle v1 API - Class SftpSettings (1.1.0)

public sealed class SftpSettings : IMessage<SftpSettings>, IEquatable<SftpSettings>, IDeepCloneable<SftpSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class SftpSettings.

SFTP settings.

Inheritance

object > SftpSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

SftpSettings()

public SftpSettings()

SftpSettings(SftpSettings)

public SftpSettings(SftpSettings other)
Parameter
Name Description
other SftpSettings

Properties

Authentication

public SftpAuth Authentication { get; set; }

Input only. Authentication.

Property Value
Type Description
SftpAuth

SourceDeletionOption

public SourceDeletionOption SourceDeletionOption { get; set; }

Source deletion option.

Property Value
Type Description
SourceDeletionOption

SourceType

public URISourceType SourceType { get; set; }

The URI source type.

Property Value
Type Description
URISourceType

Uri

public string Uri { get; set; }

SFTP URI.

Property Value
Type Description
string