Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Database#createFloatAttribute

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Database.prototype.createFloatAttribute
Re-export
import { Database } from "https://deno.land/x/appwrite@2.0.2/mod.ts";

Create Float Attribute

Create a float attribute. Optionally, minimum and maximum values can be provided.

Parameters

collectionId: string
key: string
required: boolean
optional
min: string
optional
max: string
optional
xdefault: string
optional
array: boolean