Show / Hide Table of Contents

Class GoogleCloudDataplexV1StorageAccess

Describes the access mechanism of the data within its storage location.

Inheritance
object
GoogleCloudDataplexV1StorageAccess
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1StorageAccess : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Read

Output only. Describes the read access mechanism of the data. Not user settable.

Declaration
[JsonProperty("read")]
public virtual string Read { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX