public sealed class DeleteFeatureValuesResponse.Types.SelectEntity : IMessage<DeleteFeatureValuesResponse.Types.SelectEntity>, IEquatable<DeleteFeatureValuesResponse.Types.SelectEntity>, IDeepCloneable<DeleteFeatureValuesResponse.Types.SelectEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteFeatureValuesResponse.Types.SelectEntity.
Response message if the request uses the SelectEntity option.
public long OfflineStorageDeletedEntityRowCount { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The `DeleteFeatureValuesResponse.Types.SelectEntity` class is part of the Cloud AI Platform v1beta1 API, specifically designed for handling responses related to deleting feature values using the SelectEntity option."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer message operations."],["`SelectEntity` objects can be constructed either as empty instances or by copying data from another `SelectEntity` instance."],["The `OfflineStorageDeletedEntityRowCount` property indicates the number of rows deleted from offline storage, while the `OnlineStorageDeletedEntityCount` property represents the count of deleted entities in online storage."],["The class allows users to access the namespace and assembly of this class, which are `Google.Cloud.AIPlatform.V1Beta1` and `Google.Cloud.AIPlatform.V1Beta1.dll` respectively."]]],[]]