[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/api/../../cpp/../c_glib/arrow-glib/class.FileInfo.html [Back]  [Original]

Arrow.FileInfo

Arrow

API Version: 25.0

Library Version: 25.0.1

Type
Constructors
Instance methods
Properties

Generated by gi-docgen 2025.3

Class

ArrowFileInfo

Description

class Arrow.FileInfo : GObject.Object
{
  /* No available fields */
}

No description available.

Ancestors

Constructors

garrow_file_info_new
No description available.

since: 0.17.0

Instance methods

garrow_file_info_equal
No description available.

since: 0.17.0

garrow_file_info_is_dir
No description available.

since: 0.17.0

garrow_file_info_is_file
No description available.

since: 0.17.0

garrow_file_info_to_string
No description available.

since: 0.17.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Arrow.FileInfo:base-name

The file base name (component after the last directory separator).

since: 0.17.0

Arrow.FileInfo:dir-name

The directory base name (component before the file base name).

since: 0.17.0

Arrow.FileInfo:extension

The file extension (excluding the dot).

since: 0.17.0

Arrow.FileInfo:mtime

The time of last modification, if available.

since: 0.17.0

Arrow.FileInfo:path

The full file path in the file system.

since: 0.17.0

Arrow.FileInfo:size

The size in bytes, if available Only regular files are guaranteed to have a size.

since: 0.17.0

Arrow.FileInfo:type

The type of the entry.

since: 0.17.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ArrowFileInfoClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.

Content


Web Proxy Viewer  |  New URL  |  Original Page