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-17 UTC."],[[["This document provides reference documentation for the `DeleteSessionRequest` class within the Google Cloud Spanner v1 API, specifically for version 4.6.0."],["The `DeleteSessionRequest` class is used to request the deletion of a session in Google Cloud Spanner and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `DeleteSessionRequest()` and a copy constructor `DeleteSessionRequest(DeleteSessionRequest other)`."],["It includes two properties: `Name`, a string that represents the name of the session to delete, and `SessionName`, a typed view of the `Name` property."],["You can see a list of the different version that this documentation covers, starting from version 3.5.0 up to the latest version of 5.0.0-beta05."]]],[]]