public sealed class DeleteFeatureValuesResponse.Types.SelectTimeRangeAndFeature : IMessage<DeleteFeatureValuesResponse.Types.SelectTimeRangeAndFeature>, IEquatable<DeleteFeatureValuesResponse.Types.SelectTimeRangeAndFeature>, IDeepCloneable<DeleteFeatureValuesResponse.Types.SelectTimeRangeAndFeature>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteFeatureValuesResponse.Types.SelectTimeRangeAndFeature.
Response message if the request uses the SelectTimeRangeAndFeature option.
public long OfflineStorageModifiedEntityRowCount { get; set; }
The count of modified 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.
Within each row, only the features specified in the request are
deleted.
public long OnlineStorageModifiedEntityCount { get; set; }
The count of modified entities in the online storage.
Each entity ID corresponds to one entity.
Within each entity, only the features specified in the request are
deleted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis documentation provides details for the \u003ccode\u003eDeleteFeatureValuesResponse.Types.SelectTimeRangeAndFeature\u003c/code\u003e class, which is part of the Vertex AI v1beta1 API in the Google Cloud .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSelectTimeRangeAndFeature\u003c/code\u003e class is a response message used when the \u003ccode\u003eSelectTimeRangeAndFeature\u003c/code\u003e option is utilized in a request, and it implements interfaces for messaging, equality checks, deep cloning, and buffering.\u003c/p\u003e\n"],["\u003cp\u003eThe class has constructors for creating instances, either empty or by copying another \u003ccode\u003eSelectTimeRangeAndFeature\u003c/code\u003e object, and includes properties to track the count of impacted features, offline storage modified entity rows, and online storage modified entities.\u003c/p\u003e\n"],["\u003cp\u003eThe class has inherited members such as \u003ccode\u003eobject.GetHashCode()\u003c/code\u003e, \u003ccode\u003eobject.GetType()\u003c/code\u003e, and \u003ccode\u003eobject.ToString()\u003c/code\u003e, providing standard object functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThis specific class, \u003ccode\u003eSelectTimeRangeAndFeature\u003c/code\u003e, resides in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly, and it is designed to give information on modifications when deleting feature values.\u003c/p\u003e\n"]]],[],null,[]]