Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SmbMountOptions

import type { SmbMountOptions } from "https://aws-api.deno.dev/v0.3/services/datasync.ts?docs=full";

Represents the mount options that are available for DataSync to access an SMB location.

interface SmbMountOptions {
Version?: SmbVersion | null;
}

§Properties

§
Version?: SmbVersion | null
[src]

The specific SMB version that you want DataSync to use to mount your SMB share. If you don't specify a version, DataSync defaults to AUTOMATIC. That is, DataSync automatically selects a version based on negotiation with the SMB server.