Chronicle v1 API - Class HttpSettings (1.1.0)

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

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

HTTP settings.

Inheritance

object > HttpSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

HttpSettings()

public HttpSettings()

HttpSettings(HttpSettings)

public HttpSettings(HttpSettings other)
Parameter
Name Description
other HttpSettings

Properties

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; }

HTTP URI.

Property Value
Type Description
string