bin/Devolutions.Ahtola.PowerShell.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Devolutions.Ahtola.PowerShell</name>
    </assembly>
    <members>
        <member name="T:Ahtola.PSSqlite.AhtolaCloudConnection">
            <summary>
            A PowerShell-safe wrapper for a direct Turso Cloud or managed embedded-replica connection.
            The provider connection, including its bearer token, remains private.
            </summary>
        </member>
        <member name="P:Ahtola.PSSqlite.AhtolaCloudConnection.Endpoint">
            <summary>Gets the remote endpoint. Credentials are never included.</summary>
        </member>
        <member name="P:Ahtola.PSSqlite.AhtolaCloudConnection.ReplicaPath">
            <summary>Gets the local replica path, or null for a direct Cloud connection.</summary>
        </member>
        <member name="P:Ahtola.PSSqlite.AhtolaCloudConnection.IsReplica">
            <summary>Gets whether this connection uses a managed embedded replica.</summary>
        </member>
        <member name="P:Ahtola.PSSqlite.AhtolaCloudConnection.ConnectionString">
            <summary>
            Gets a redacted connection description. The underlying connection string is never exposed.
            </summary>
        </member>
        <member name="T:Ahtola.PSSqlite.QueryExecutor.PowerShellObjectMaterializer">
            <summary>
            Nested so SMA dependencies are only resolved when materializing PSCustomObject rows.
            </summary>
        </member>
    </members>
</doc>