Show / Hide Table of Contents

Class SqlCollectionLogDimensions

The dimensions available for SQL collection analytics.

Inheritance
object
SqlCollectionLogDimensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class SqlCollectionLogDimensions

Properties

ClientIp

Declaration
[JsonProperty(PropertyName = "clientIp")]
public string ClientIp { get; set; }
Property Value
Type Description
string

The IP addresses for the SQL collection.

ClientOsUserName

Declaration
[JsonProperty(PropertyName = "clientOsUserName")]
public string ClientOsUserName { get; set; }
Property Value
Type Description
string

The operating system user names for the SQL collection.

ClientProgram

Declaration
[JsonProperty(PropertyName = "clientProgram")]
public string ClientProgram { get; set; }
Property Value
Type Description
string

The allowed client programs for the SQL collection.

In this article
Back to top