Reference documentation and code samples for the Storage Insights V1 API class Google::Cloud::StorageInsights::V1::CSVOptions.
Options to configure CSV formatted reports.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#delimiter
def delimiter() -> ::String
Returns
- (::String) — Delimiter characters in CSV.
#delimiter=
def delimiter=(value) -> ::String
Parameter
- value (::String) — Delimiter characters in CSV.
Returns
- (::String) — Delimiter characters in CSV.
#header_required
def header_required() -> ::Boolean
Returns
- (::Boolean) — If set, will include a header row in the CSV report.
#header_required=
def header_required=(value) -> ::Boolean
Parameter
- value (::Boolean) — If set, will include a header row in the CSV report.
Returns
- (::Boolean) — If set, will include a header row in the CSV report.
#record_separator
def record_separator() -> ::String
Returns
- (::String) — Record separator characters in CSV.
#record_separator=
def record_separator=(value) -> ::String
Parameter
- value (::String) — Record separator characters in CSV.
Returns
- (::String) — Record separator characters in CSV.