public sealed class DeleteSessionRequest : IMessage<DeleteSessionRequest>, IEquatable<DeleteSessionRequest>, IDeepCloneable<DeleteSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class DeleteSessionRequest.
The request for [DeleteSession][google.spanner.v1.Spanner.DeleteSession].
[[["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-04-09 UTC."],[[["The latest version of the `DeleteSessionRequest` API class is `5.0.0-beta05`, as part of the Google Cloud Spanner v1 API."],["This documentation provides reference for the `DeleteSessionRequest` class, which is used to request the deletion of a session in Google Cloud Spanner."],["The `DeleteSessionRequest` class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions available for the `DeleteSessionRequest` class, spanning from `3.5.0` up to `5.0.0-beta05`, allowing access to previous versions if needed."],["The `DeleteSessionRequest` class includes properties such as `Name` (string) and `SessionName` (SessionName), that allow the specification of the session to be deleted."]]],[]]