Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity

Response message if the request uses the SelectEntity option.

Inheritance
object
GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity
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.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

OfflineStorageDeletedEntityRowCount

The count of deleted entity rows in the offline storage. Each row corresponds to the combination of an entity ID and a timestamp. One entity ID can have multiple rows in the offline storage.

Declaration
[JsonProperty("offlineStorageDeletedEntityRowCount")]
public virtual long? OfflineStorageDeletedEntityRowCount { get; set; }
Property Value
Type Description
long?

OnlineStorageDeletedEntityCount

The count of deleted entities in the online storage. Each entity ID corresponds to one entity.

Declaration
[JsonProperty("onlineStorageDeletedEntityCount")]
public virtual long? OnlineStorageDeletedEntityCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX