Boxlang 1.x Stable Released
BoxLang : A Modern Dynamic JVM Language
LogoLogo
CtrlK
APIDocsDownloadTrySourceSupport
  • Introduction
  • Getting Started
    • Overview
    • Installation
    • Running BoxLang
    • BoxLang Cloud Servers
    • IDE & Tooling
    • Runtime Configuration
  • BoxLang Language
    • Program Structure
    • Syntax & Semantics
    • Classes & O.O.
    • Reference
      • API Docs
      • Lexical Elements
      • Types
      • Built-in Functions
        • array
        • async
        • binary
        • cache
        • cli
        • conversion
        • decision
        • encryption
        • format
        • i18n
        • io
        • java
        • jdbc
        • list
        • math
        • query
        • runtime
        • scheduler
        • string
        • struct
          • StructAppend
          • StructClear
          • StructCopy
          • StructDelete
          • StructEach
          • StructEquals
          • StructEvery
          • StructFilter
          • StructFind
          • StructFindKey
          • StructFindValue
          • StructGet
          • StructGetMetadata
          • StructInsert
          • StructIsCaseSensitive
          • StructIsOrdered
          • StructKeyArray
          • StructKeyExists
          • StructKeyList
          • StructKeyTranslate
          • StructMap
          • StructNew
          • StructNone
          • StructReduce
          • StructSome
          • StructSort
          • StructToQueryString
          • StructToSorted
          • StructUpdate
          • StructValueArray
        • system
        • temporal
        • type
        • xml
        • zip
      • Components
      • Exceptions
  • BoxLang Framework
    • Application.bx
    • Async Programming
    • Components
    • Caching
    • File Handling
    • Property Files
    • Interceptors
    • HTTP/S Calls
    • Java Interop
    • JDBC Transactions
    • Modules
    • BoxLang+
  • Extra Credit
    • Testing
    • MVC
    • Dependency Injection
Powered by GitBook
On this page
  • Method Signature
  • Arguments
  • Examples
  • Related

Was this helpful?

Edit
  1. BoxLang Language
  2. Reference
  3. Built-in Functions
  4. struct

StructGetMetadata

Gets Struct-specific metadata of the requested struct.

Method Signature

StructGetMetadata(struct=[structloose])

Arguments

Argument
Type
Required
Description
Default

struct

struct

true

The struct from which to retrieve the metadata

Examples

Related

  • StructAppend

  • StructClear

  • StructCopy

  • StructDelete

  • StructEach

  • StructEquals

  • StructEvery

  • StructFilter

  • StructFind

  • StructFindKey

  • StructFindValue

  • StructGet

  • StructInsert

  • StructIsCaseSensitive

  • StructIsOrdered

  • StructKeyArray

  • StructKeyExists

  • StructKeyList

  • StructKeyTranslate

  • StructMap

  • StructNew

  • StructNone

  • StructReduce

  • StructSome

  • StructSort

  • StructToQueryString

  • StructToSorted

  • StructUpdate

  • StructValueArray

PreviousStructGetNextStructInsert

Last updated 4 months ago

Was this helpful?

LogoLogo

Social Media

  • X
  • FaceBook
  • LinkedIn
  • YouTube

Bug Tracking

  • Runtimes
  • IDE
  • Modules

Support

  • Professional
  • Community
  • Slack

Copyright & Register Trademark by Ortus Solutions, Corp