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-03-21 UTC."],[[["This webpage provides reference documentation for the `DeleteSessionRequest` class within the Google Cloud Spanner v1 API for .NET."],["The `DeleteSessionRequest` class is used to request the deletion of a session and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 5.0.0-beta05, and multiple previous versions ranging from 5.0.0-beta04 down to 3.5.0 are accessible through the provided links."],["The class has two constructors: a parameterless constructor and one that takes another `DeleteSessionRequest` object, and has properties `Name`, to identify the session, and `SessionName`, to provide a typed view over the name property."],["The `DeleteSessionRequest` class inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]